Preferences class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storage → FlutterSecureStorage
-
final
Methods
-
getApiKey(
) → Future< String> -
getAppleHealthAccessGranted(
) → Future< bool> -
getAppleHealthAccessGrantedDate(
) → Future< DateTime> -
getAppleHealthSyncDate(
) → Future< DateTime> -
getBrandId(
) → Future< String> -
getCustomerId(
) → Future< String> -
getExternalUserId(
) → Future< String> -
getGoogleHealthConnectAccessGranted(
) → Future< bool> -
getGoogleHealthConnectAccessGrantedDate(
) → Future< DateTime> -
getGoogleHealthConnectSyncDate(
) → Future< DateTime> -
getLastSync(
) → Future< int> -
getToken(
) → Future< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setApiKey(
String value) → Future< void> -
setAppleHealthAccessGranted(
bool value) → Future< void> -
setAppleHealthAccessGrantedDate(
DateTime value) → Future< void> -
setAppleHealthSyncDate(
DateTime value) → Future< void> -
setBrandId(
String value) → Future< void> -
setCustomerId(
String value) → Future< void> -
setExternalUserId(
String value) → Future< void> -
setGoogleHealthConnectAccessGranted(
bool value) → Future< void> -
setGoogleHealthConnectAccessGrantedDate(
DateTime value) → Future< void> -
setGoogleHealthConnectSyncDate(
DateTime value) → Future< void> -
setLastSync(
int value) → Future< void> -
setToken(
String value) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited