static Future<dynamic> reportChatOrUser( String jid, String chatType, String? messageId) { return FlyChatFlutterPlatform.instance .reportChatOrUser(jid, chatType, messageId); }