OnboardingStorageHelper class
Constructors
- OnboardingStorageHelper()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getOnboardingDebugInfo(
) → Future< Map< String, dynamic> > - Get all onboarding related data (for debugging)
-
hasSeenOnboarding(
) → Future< bool> - Check if onboarding has been seen
-
markOnboardingSeen(
) → Future< void> - Mark onboarding as seen
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetOnboardingStatus(
) → Future< void> - Reset onboarding status (DEV mode only)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited