main function

void main()

Implementation

void main() {
  runApp(MyApp()); // Calling MyApp, which is the root widget of the application.
}