main function

Future<void> main()

Implementation

Future<void> main() async {
  await setup();
  runApp(const MyApp());
}