MemoryChatProvider class
- Inheritance
-
- Object
- ChatProvider
- MemoryChatProvider
Constructors
-
MemoryChatProvider.new({List<
Message> ? messages})
Properties
Methods
-
addMessage(
Message message) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readMessages(
) → Future< List< Message> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited