FlagsmithSharedPreferenceStore 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
-
clear(
) → Future< bool> -
containsKey(
String key) → Future< bool> -
create(
String key, String item) → Future< bool> -
delete(
String key) → Future< bool> -
getAll(
) → Future< List< String> > -
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String key) → Future< String?> -
seed(
List< MapEntry< ? items) → Future<String, String> >bool> -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String key, String item) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited