LocalProfileDataStore class
- Implemented types
Constructors
- LocalProfileDataStore({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
-
clearProfile(
) → Future< bool> -
override
-
getEmail(
) → Future< String> -
override
-
getFirstName(
) → Future< String> -
override
-
getLastName(
) → Future< String> -
override
-
getNumGoals(
) → Future< int> -
override
-
getNumGoalsSync(
) → int -
override
-
getPhone(
) → Future< String> -
override
-
getUserId(
) → Future< String> -
override
-
isLocalAuthPrompted(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEmail(
String value) → void -
override
-
setFirstName(
String value) → void -
override
-
setLastName(
String value) → void -
override
-
setLocalAuthPrompted(
) → Future< bool> -
override
-
setNumGoals(
{required int goalsCount}) → Future< bool> -
override
-
setPhone(
String value) → void -
override
-
setUserId(
String value) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited