clearHistory method Null safety

void clearHistory()

Clears the conversation history.

Implementation

void clearHistory() {
  _conversationHistory.clear();
}