Storage class abstract

Implementers

Constructors

Storage()

Properties

debug bool
getter/setter pair
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({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