SharedPreferencesStorePlatform class abstract
Constructors
Properties
Methods
-
clear(
) → Future< bool> -
getAll(
) → Future< Map< String, Object> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String key) → Future< bool> -
setValue(
String valueType, String key, Object value) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SharedPreferencesStorePlatform
-
getter/setter pair