InMemoryStorageBroker class

In-memory implementation of StorageBroker for testing

Implemented types

Constructors

InMemoryStorageBroker.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>
Deletes data from storage
override
load(String key) Future<String?>
Loads data from storage
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(String key, String data) Future<void>
Saves data to storage
override
toString() String
A string representation of this object.
inherited

Operators

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