loadMoreChatList method

Future<void> loadMoreChatList()

Implementation

Future<void> loadMoreChatList() async {
  return await getchat();
}