AtomicStorageInterface class abstract
- Implementers
- Available extensions
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> -
contains(
String key) → Future< bool> -
delete(
String key) → Future< bool> -
getKeys(
) → Future< List< String> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String key) → Future< String?> -
readTyped<
T> (String key, T decoder(String)) → Future< T?> -
Available on AtomicStorageInterface, provided by the AtomicStorageTypedExtensions extension
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String key, String value) → Future< bool> -
writeTyped<
T> (String key, T value, String encoder(T)) → Future< bool> -
Available on AtomicStorageInterface, provided by the AtomicStorageTypedExtensions extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited