ValueStore class abstract
ValueStore is a basic Put/Get interface.
- Implementers
Constructors
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
-
getValue(
String key, RoutingOptions? options) → Future< Uint8List?> - GetValue searches for the value corresponding to given Key.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
putValue(
String key, Uint8List value, {RoutingOptions? options}) → Future< void> - PutValue adds value corresponding to given Key.
-
searchValue(
String key, RoutingOptions? options) → Stream< Uint8List> - SearchValue searches for better and better values from this value store corresponding to the given Key.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited