NiceOnboardingGlobalConfig constructor

  1. @Deprecated("This config will be removed in the next major version. Use NiceOnboardingConfiguration instead.")
NiceOnboardingGlobalConfig({
  1. String? sharedPrefKey = "ONBOARDING_COMPLETED",
  2. Set<NicePermissionTypes>? permissions,
  3. bool debug = false,
})

Implementation

@Deprecated("This config will be removed in the next major version. Use NiceOnboardingConfiguration instead.")
NiceOnboardingGlobalConfig({
  this.sharedPrefKey = "ONBOARDING_COMPLETED",
  this.permissions,
  this.debug = false,
});