reportChatOrUser static method

Future reportChatOrUser(
  1. String jid,
  2. String chatType,
  3. String? messageId
)

Implementation

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