IProfileDataStore class abstract

Implementers

Constructors

IProfileDataStore()

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

clearProfile() Future<bool>
getEmail() Future<String>
getFirstName() Future<String>
getLastName() Future<String>
getNumGoals() Future<int>
getNumGoalsSync() int
getPhone() Future<String>
getUserId() Future<String>
isLocalAuthPrompted() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEmail(String value) → void
setFirstName(String value) → void
setLastName(String value) → void
setLocalAuthPrompted() Future<bool>
setNumGoals({required int goalsCount}) Future<bool>
setPhone(String value) → void
setUserId(String value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited