refreshAllChatList method

Future<void> refreshAllChatList()

Implementation

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