HHCtxDirectAccessI class abstract

Implementers

Constructors

HHCtxDirectAccessI(HHCtxI _ctx)

Properties

ctx HHCtxI
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

metaClear() Future<void>
metaDelete(String key) Future<void>
metaGet(String key) Future<Map<String, dynamic>?>
metaPop(String key) Future<Map<String, dynamic>?>
metaPut(String key, Map<String, dynamic> value) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
storeClear() Future<void>
storeDelete(String key) Future<void>
storeEntries() Stream<MapEntry<String, dynamic>>
storeGet(String key) Future
storeKeys() Stream<String>
storePop(String key) Future
storePut(String key, dynamic value) Future<void>
storeValues() Stream
toString() String
A string representation of this object.
inherited

Operators

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