clear method

void clear()

Implementation

void clear() {
  conversations.clear();
  _messageList
      .forEach((type, map) => map.forEach((id, list) => list.clear()));
}