onReceiveBroadcastNotifications property

  1. @HawkApi(ignore: true)
Stream<List<NIMBroadcastNotification>> onReceiveBroadcastNotifications

收到全员广播通知

Implementation

@HawkApi(ignore: true)
Stream<List<NIMBroadcastNotification>> get onReceiveBroadcastNotifications =>
    _platform.onReceiveBroadcastNotifications;