clear method

void clear()

Clears all messages from the chat history

Implementation

void clear() => messages.clear();