ConversationStorage class abstract interface

Enhanced interface for storing conversation state with key enumeration.

Implementers

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

clear() Future<void>
Clears all conversation state.
get(String key) Future<ConversationState?>
Gets conversation state for a key.
getAllKeys() Future<List<String>>
Gets all conversation keys.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) Future<bool>
Removes conversation state for a key.
set(String key, ConversationState state) Future<void>
Sets conversation state for a key.
toString() String
A string representation of this object.
inherited

Operators

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