revokeMessage method

Future<NIMResult<void>> revokeMessage({
  1. required NIMMessage message,
  2. String? customApnsText,
  3. Map<String, Object>? pushPayload,
  4. bool? shouldNotifyBeCount,
  5. String? postscript,
  6. String? attach,
})

Implementation

Future<NIMResult<void>> revokeMessage(
    {required NIMMessage message,
    String? customApnsText,
    Map<String, Object>? pushPayload,
    bool? shouldNotifyBeCount,
    String? postscript,
    String? attach}) async {
  throw UnimplementedError('revokeMessage() is not implemented');
}