reportChatOrUser method

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

This method is used to report the chat or user.

Implementation

Future<dynamic> reportChatOrUser(
    String jid, String chatType, String? messageId) {
  throw UnimplementedError('has not been implemented.');
}