clearChat method

Future<void> clearChat()

Implementation

Future<void> clearChat() async {
  _chat = [];
}