PollingDirectoryWatcher class

Periodically polls a directory for changes.

Implemented types

Constructors

PollingDirectoryWatcher(String directory, {Duration? pollingDelay})
Creates a new polling watcher monitoring directory.

Properties

directory String
The directory whose contents are being monitored.
no setteroverride
events Stream<WatchEvent>
The broadcast Stream of events that have occurred to the watched file or files in the watched directory.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isReady bool
Whether the watcher is initialized and watching for changes.
no setterinherited
path String
The path to the file or directory whose contents are being monitored.
finalinherited
ready Future<void>
A Future that completes when the watcher is initialized and watching for changes.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited