reportChatOrUser method
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.');
}
This method is used to report the chat or user.
Future<dynamic> reportChatOrUser(
String jid, String chatType, String? messageId) {
throw UnimplementedError('has not been implemented.');
}