init method

  1. @override
Future<void> init()

Implementation

@override
Future<void> init() async {
  await _initCompleter.future;
}