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.
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
awaitat call sites. This could greatly reduce the number of uses of functions likeunawaitedto silence theunawaited_futureslint.