main function

void main ()

Implementation

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