902f149e2c
The `unawaited` function in `dart:async` is intended for use with the `unawaited_futures` lint which is hopefully going to be part of the Dart recommended set of lints. The `ignore` extension method is there to provide an alternative if you even want to ignore errors from a future. By having both, it makes the distinction clearer and makes it easier to not think one can be used for everything. Change-Id: Ib96ed5ff64ead4b228721e5210efa82f76119c9f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200428 Reviewed-by: Jacob Richman <jacobr@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>