isReady property

Future get isReady

A Future that completes when the instance is ready.

This can be awaited and is mostly used by outside classes that need to wait until this instance is ready.

Implementation

Future get isReady => isReadyCompleter.future;