MemoryPlatformStorage class
In-memory storage implementation for server/test.
- Implemented types
Constructors
Properties
Methods
-
clear(
) → void -
Clear all values.
override
-
get(
String key) → String? -
Get a value by key.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String key) → void -
Remove a value.
override
-
set(
String key, String value) → void -
Set a value.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited