ensureInitialized property

Future<void> ensureInitialized

Released when initializedSuccessfully is called. If initializedWithError is called, throws the given exception.

Implementation

Future<void> get ensureInitialized => _completer.future;