observeCustomNotification static method
custom notification receiver observer
Implementation
static Stream<List<NIMCustomNotification>> observeCustomNotification() {
return NimCore.instance.notificationService.onReceiveCustomNotifications;
}
custom notification receiver observer
static Stream<List<NIMCustomNotification>> observeCustomNotification() {
return NimCore.instance.notificationService.onReceiveCustomNotifications;
}