onMessageDeletedNotifications property

  1. @HawkApi(ignore: true)
Stream<List<NIMMessageDeletedNotification>> onMessageDeletedNotifications

消息被删除通知

Implementation

@HawkApi(ignore: true)
Stream<List<NIMMessageDeletedNotification>>
    get onMessageDeletedNotifications =>
        MessageServicePlatform.instance.onMessageDeletedNotifications.stream;