KataCxStoreBackend class abstract

Key-value persistence behind KataCxStore.

Kept abstract so the conversation store can be tested without a platform keystore, and so a host with its own secure storage can supply it later.

Implementers

Constructors

KataCxStoreBackend()

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>
Removes one key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readAll() Future<Map<String, String>>
Reads every key this backend holds.
toString() String
A string representation of this object.
inherited
write(String key, String value) Future<void>
Writes one key.

Operators

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