main function

void main()

Implementation

void main() {
  HttpOverrides.global = MyHttpOverrides();
  runApp(const MyApp());
}