clearConversation method

void clearConversation()

Clears the conversation.

Implementation

void clearConversation() {
  _conversation.clear();
}