Closed psygo closed 3 years ago
This is a very specific topic on Dart, and I'm really kind of not interested in Dart right now. Besides, I don't think anyone using Dart consciously would mix Futures with async-await in the same functions/methods.
Future
async
await
This is a very specific topic on Dart, and I'm really kind of not interested in Dart right now. Besides, I don't think anyone using Dart consciously would mix
Future
s withasync
-await
in the same functions/methods.