initialized property

Future<bool> initialized

True if this is initialized.

Call watch to initialize the client or instantiate it using Channel.fromState.

Implementation

Future<bool> get initialized => _initializedCompleter.future;