main function

void main()

Implementation

void main() {
  setPathUrlStrategy();
  setupDI(BuildReleaseConfig());
  runApp(const MyApp());
}