main function

void main()

The entry point of the application.

Implementation

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