getRecentChatListIncludingArchived static method

Future getRecentChatListIncludingArchived()

Implementation

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