main function

void main ()

Implementation

void main() {
  startApp(
    appAuthType: AppAuthType.FIREBASE_AUTH,
    backendType: BackendType.HTTP_PROD,
    shouldReportDevCrashes: false,
  );
}