onReceiveCustomNotifications property

  1. @HawkApi(ignore: true)
Stream<List<NIMCustomNotification>> onReceiveCustomNotifications

收到自定义通知

Implementation

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