dart-lang / watcher

A file system watcher library for Dart.
https://pub.dev/packages/watcher
BSD 3-Clause "New" or "Revised" License
138 stars 35 forks source link

Remove unused dart:async import #93

Closed srawlins closed 3 years ago

srawlins commented 3 years ago

The only members of dart:async used here (Future and/or Stream) are exported from dart:core now.