LocalStore 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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getBoolData(
String key) → Future< bool?> -
getDoubleData(
String key) → Future< double?> -
getIntData(
String key) → Future< int?> -
getObjectData(
String key) → Future< String?> -
getStringData(
String key) → Future< String?> -
getStringListData(
String key) → Future< List< String> ?> -
saveBool(
String key, bool value) → dynamic -
saveDouble(
String key, double value) → dynamic -
saveInt(
String key, int value) → dynamic -
saveListString(
String key, List< String> value) → dynamic -
saveObject(
String key, String value) → dynamic -
saveString(
String key, String value) → dynamic