observeCustomNotification static method

Stream<List<NIMCustomNotification>> observeCustomNotification()

custom notification receiver observer

Implementation

static Stream<List<NIMCustomNotification>> observeCustomNotification() {
  return NimCore.instance.notificationService.onReceiveCustomNotifications;
}