static Future<dynamic> getMessagesUsingIds(List<String> messageIds) { return FlyChatFlutterPlatform.instance.getMessagesUsingIds(messageIds); }