IStore<T> class
abstract
- Implementers
Constructors
- IStore()
Properties
Methods
-
delete(
String key) → Future< void> -
deleteAll(
) → Future< void> -
get(
String key) → T? -
getAll(
) → List -
has(
String key) → bool -
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String key, T value) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String key, T value) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited