Storage class abstract

Constructors

Storage.new()

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

delete(String key) Future<void>
Removes a stored value by its key
getKeys() Future<List<String>>
Retrieves a list of keys for all stored values
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read<T>(String key) Future<T?>
Retrieves a stored value by its key
toString() String
A string representation of this object.
inherited
write(String key, dynamic value) Future<void>
Stores a value by its key

Operators

operator ==(Object other) bool
The equality operator.
inherited