observeCustomNotification static method
custom notification receiver observer
Implementation
static Stream<CustomNotification> observeCustomNotification() {
return NimCore.instance.systemMessageService.onCustomNotification;
}
custom notification receiver observer
static Stream<CustomNotification> observeCustomNotification() {
return NimCore.instance.systemMessageService.onCustomNotification;
}