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