isReady property

Future<void> get isReady

Future that completes when the service is ready.

Implementation

Future<void> get isReady => _isReady.future;