observeRevokeMessage static method

Stream<List<NIMMessageRevokeNotification>> observeRevokeMessage()

Implementation

static Stream<List<NIMMessageRevokeNotification>> observeRevokeMessage() {
  return NimCore.instance.messageService.onMessageRevokeNotifications;
}