Closed
Description
Follow-up from conversation in dart-lang/core#742.
The idea is to add an annotation that allows API authors to mark declarations as not requiring an await
at call sites. This could greatly reduce the number of uses of functions like unawaited
to silence the unawaited_futures
lint.