observeRevokeMessage static method

Stream<NIMRevokeMessage> observeRevokeMessage()

Implementation

static Stream<NIMRevokeMessage> observeRevokeMessage() {
  return NimCore.instance.messageService.onMessageRevoked;
}