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