main function

void main()

The main entry point for the application.

Implementation

void main() {
  runApp(const MyApp());
}