ready property

Future<void> ready
final

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.

Implementation

final Future<void> ready;