main function

void main()

Implementation

void main() {
  debugPrint('first main');
  runApp(const MyApp());
}