Use more async/await (#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
7 files changed
tree: 061397f15ce34183df3b04930bbfa2ef88d52ed5
  1. benchmark/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  6. .test_config
  7. .travis.yml
  8. analysis_options.yaml
  9. CHANGELOG.md
  10. codereview.settings
  11. LICENSE
  12. pubspec.yaml
  13. README.md
README.md

A file system watcher.

It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.