reportUserOrMessages method
Future<void>
reportUserOrMessages(
- String jid,
- String type,
- String? messageId,
- dynamic callback(
- FlyResponse response
This method is used to report the user or messages.
Implementation
Future<void> reportUserOrMessages(String jid, String type, String? messageId,
Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}