ready property

Future<void> ready

An event that fires when the watcher is fully initialized and ready to produce events.

This event will not fire until a listener has been set up on changes and the watcher initialization is complete.

This Future may change over time because the internal watcher may be closed when there are no subscribers and re-created when another subscriber appears.

Implementation

Future<void> get ready => _ready();