Future initDone()

in example/lib/main.dart [16:18]


  Future<void> initDone() async {
    return _initCompleter.future;
  }