getRecentChatList static method

Future getRecentChatList()

Used as a getRecentChatListHistory class for Mirrorfly used to get Recent chat list from the Local DB use this method when Chat History not enabled

Implementation

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