getRecentChatList static method

Future getRecentChatList()

Implementation

static Future<dynamic> getRecentChatList() {
  return FlyChatFlutterPlatform.instance.getRecentChatList();
}