main function

Future<void> main()

Implementation

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