onClearPressed method

dynamic onClearPressed()

Implementation

onClearPressed() {
  filteredRecentChatList.clear();
  chatMessages.clear();
  userList.clear();
  search.clear();
  clearVisible(false);
  // frmRecentChatList(recentChats);
  _callLogList.clear();
  callLogList.clear();
  pageNumber = 1;
  fetchCallLogList();
}