main function

void main()

Implementation

void main() async {
  await init();
  runApp(RouteProvider(child: const MyApp()));
}