changes property
Watch for changes to the files inside this folder (and in any nested folders, including folders reachable via links).
Folder 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;