The unawaited method from the pedantic package was a historic solution for the case that you dont want to await a future in an async function. But now we can do this with just a comment which is the recommended way to do this now. This makes it possible to have pedantic as a dev_dependency which means just one dependency less. |
||
|---|---|---|
| .. | ||
| database | ||
| utils | ||
| client.dart | ||
| event.dart | ||
| room.dart | ||
| timeline.dart | ||
| user.dart | ||