getRecentChatList static method
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();
}