notificationClickedStream property

Stream<ENotificationMessage> notificationClickedStream
getter/setter pair

程序后台 点击 Notification 之后产生的数据流

Implementation

late Stream<ENotificationMessage> notificationClickedStream;