general purpose storage class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
destroySubscriptionStorage(
String responderPath) → void -
destroy subscription storage
-
destroyValueStorageBucket(
String name) → void -
getOrCreateSubscriptionStorage(
String responderPath) → ISubscriptionResponderStorage -
get subscription storage responder path point to a local responder node which means the dslink on the other side of the connection is a requester
-
getOrCreateValueStorageBucket(
String name) → IValueStorageBucket -
general key/value pair storage
-
loadSubscriptions(
) → Future<List<List<ISubscriptionNodeStorage>>> -
load all saved subscriptions should be called only during application initialization
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited