AtOnboardingConfig constructor
AtOnboardingConfig({
- required AtClientPreference atClientPreference,
- required RootEnvironment rootEnvironment,
- String? domain,
- String? appAPIKey,
- bool hideReferences = false,
- bool hideQrScan = false,
Implementation
AtOnboardingConfig({
required this.atClientPreference,
required this.rootEnvironment,
this.domain,
this.appAPIKey,
this.hideReferences = false,
this.hideQrScan = false,
});