reportUserOrMessages method

Future<void> reportUserOrMessages(
  1. String jid,
  2. String type,
  3. String? messageId,
  4. dynamic callback(
    1. 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.');
}