consider a way to call await as a method to facilitate fluent or functional style APIs #3464
Labels
feature
Proposed language feature that solves one or more problems
state-duplicate
This issue or pull request already exists
I really like the style of Dart's async/await syntax, but I think it could use some syntactic sugar without breaking the existing style, a way to use await as a method call to facilitate fluent or functional style APIs,
It makes it a lot easier when you want to solve some things in a single line
The text was updated successfully, but these errors were encountered: