changes property

  1. @Deprecated('Use watch() instead')
Stream<WatchEvent> changes

Watch for changes to this file.

File watchers are initialized asynchronously so modifications made for a short period after calling this getter may be lost. Use watch() and await the ready Future that completes once initialization is complete.

Implementation

@Deprecated('Use watch() instead')
Stream<WatchEvent> get changes;