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