onClearPressed method

dynamic onClearPressed()

Implementation

onClearPressed() {
  filteredRecentChatList.clear();
  chatMessages.clear();
  userList.clear();
  search.clear();
  clearVisible(false);
  // frmRecentChatList(recentChats);
}