updateChatList method

void updateChatList()

Implementation

void updateChatList() {
  chatList.refresh();
  filteredchatList.refresh();
  onChatUpdated?.call(chatList.value!);
}