getArchivedChatList static method

Future getArchivedChatList()

Implementation

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