| commit | 1ebb78828050a6b65feadfc9b1c4dc396372bb20 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Wed May 22 16:18:01 2019 -0700 |
| committer | Gary Roumanis <grouma@google.com> | Wed May 22 16:18:01 2019 -0700 |
| tree | 8ea9e52f5c8efe33ce3db4b3ea9842fbbd80611d | |
| parent | 3b98d7f8fab111e4bf6abe392e958fbebd1f6393 [diff] |
Use more async/await (dart-lang/watcher#70) * Use more async/await - Change some bare `Future` into `Future<void>` to make sure we aren't silently passing state where we don't expect. - Change some methods with `.then` calls inside to `async`. * Add another await