onCustomNotification property

Stream<CustomNotification> onCustomNotification

自定义通知接收

Implementation

Stream<CustomNotification> get onCustomNotification =>
    SystemMessageServicePlatform.instance.onCustomNotification.stream;