init function

dynamic init()

Implementation

init() async {
  WidgetsFlutterBinding.ensureInitialized();

  await _initPackages();
}