LocalAppDataStore class
Constructors
- LocalAppDataStore({required IHubbleSharedPreferences prefs})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefs → IHubbleSharedPreferences
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canShowAppRatings(
) → Future< bool> -
getAttributedReferrerID(
) → Future< String> -
getInviteLink(
) → Future< String> -
hubbleRatingRemindLaterAtMs(
) → Future< int> -
hubbleRatingShownAtMs(
) → Future< int> -
isHapticsEnabled(
) → bool -
isLocalAuthEnabled(
) → Future< bool> -
isOnBoardingShown(
) → Future< bool> -
isVoucherInprogress(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postRedemptionShowAppRatings(
) → Future< bool> -
ratingShownAtMs(
) → Future< int> -
ratingShownCount(
) → Future< int> -
setAttributedReferrerID(
String value) → Future< bool> -
setCanShowAppRatings(
bool value) → Future< bool> -
setHapticsEnabled(
bool value) → Future< bool> -
setHubbleRatingRemindLaterAtMs(
int value) → Future< bool> -
setHubbleRatingShownAtMs(
int value) → Future< bool> -
setInviteLink(
String value) → Future< bool> -
setLocalAuthEnabled(
bool value) → Future< bool> -
setOnBoardingShown(
bool value) → Future< bool> -
setPostRedemptionShowAppRatings(
bool value) → Future< bool> -
setRatingShownAtMs(
int value) → Future< bool> -
setRatingShownCount(
int value) → Future< bool> -
setShouldNudgeAppLock(
bool value) → Future< bool> -
setVoucherInProgress(
bool value) → Future< bool> -
shouldNudgeAppLock(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited