NiceOnboardingGlobalConfig constructor
- @Deprecated("This config will be removed in the next major version. Use NiceOnboardingConfiguration instead.")
NiceOnboardingGlobalConfig(
{ - String? sharedPrefKey = "ONBOARDING_COMPLETED",
- Set<NicePermissionTypes>? permissions,
- 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,
});