observeCustomNotification static method

Stream<CustomNotification> observeCustomNotification()

custom notification receiver observer

Implementation

static Stream<CustomNotification> observeCustomNotification() {
  return NimCore.instance.systemMessageService.onCustomNotification;
}