6fdfcc7ed4
Fixes https://github.com/dart-lang/sdk/issues/54865 The nullability of return types of async and generator functions is not based on the nullability of the returned or yielded values. Change-Id: Ieae534dbf64135129b9891b7db047f5617401021 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/501121 Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Keerti Parthasarathy <keertip@google.com>