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