SignalsInMemoryKeyValueStore class
An in-memory implementation of SignalsKeyValueStore
.
- Implemented types
Constructors
Properties
Methods
-
getItem(
String key) → Future< String?> -
Gets an item from the store.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeItem(
String key) → Future< void> -
Removes an item from the store.
override
-
setItem(
String key, String value) → Future< void> -
Sets an item in the store.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited