menu
chatgpt_client_stream package
documentation
chatgpt_client_stream.dart
ChatGPTClient
clearHistoryList method
clearHistoryList method
dark_mode
light_mode
clearHistoryList
method
void
clearHistoryList
(
)
Implementation
void clearHistoryList() { _historyList = List.empty(growable: true); }
chatgpt_client_stream package
documentation
chatgpt_client_stream
ChatGPTClient
clearHistoryList method
ChatGPTClient class