main function

void main()

Main entry point for the example application

Implementation

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