Storage class abstract
- Implementers
Constructors
- Storage()
Properties
Methods
-
clear(
{String? prefix}) → Future< void> -
close(
) → Future< void> -
count(
{String? prefix}) → Future< int> -
delete(
String key) → Future< void> -
has(
String key, {String? prefix}) → Future< bool> -
keys(
{String? prefix}) → Future< List< String> > -
log(
String message) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String key) → Future< String?> -
size(
{String? prefix}) → Future< int> -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String key, String value) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited