onReady method

Future<void>? onReady()

Completes when Factory is initialized including async load (localization, prefs, etc.).

Returns Future of init Completer.

Implementation

Future<void>? onReady() async => _completer?.future;