main function
Implementation
void main() {
startApp(
appAuthType: AppAuthType.MOCK_AUTH,
backendType: BackendType.EMULATOR,
appThemeType: AppThemeType.MOCK,
appContextType: AppContextType.EMULATOR,
shouldReportDevCrashes: false,
allowDynamicLink: false,
);
}