refreshAllChatList method

Future<void> refreshAllChatList()

Implementation

Future<void> refreshAllChatList() async {
  await getchat(fetchRestart: true);
}