main function

Future<void> main()

Implementation

Future<void> main() async {
  bootstrap(
    () => const MainApp(),
  );
}