AtOnboardingConfig constructor

AtOnboardingConfig({
  1. required AtClientPreference atClientPreference,
  2. required RootEnvironment rootEnvironment,
  3. String? domain,
  4. String? appAPIKey,
  5. bool hideReferences = false,
  6. bool hideQrScan = false,
  7. AtOnboardingTutorialDisplay tutorialDisplay = AtOnboardingTutorialDisplay.normal,
  8. AtOnboardingTheme? theme,
  9. bool showPopupSharedStorage = false,
})

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,
});