menu
llama_library package
documentation
base.dart
LlamaLibraryChatHistory
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears all messages from the chat history
Implementation
void clear() => messages.clear();
llama_library package
documentation
base
LlamaLibraryChatHistory
clear method
LlamaLibraryChatHistory class