isReady property
Future
get
isReady
Future that completes when the service is ready to use.
Implementation
Future get isReady => _isReady.future;
Future that completes when the service is ready to use.
Future get isReady => _isReady.future;