onlineNotification property
在线通知事件回调
回调返回为ChannelCommonEvent
的对象
可以根据事件类型获取对象中的特殊属性
Implementation
Stream<ChannelCommonEvent> get onlineNotification =>
_platform.onlineNotification;
在线通知事件回调
回调返回为ChannelCommonEvent
的对象
可以根据事件类型获取对象中的特殊属性
Stream<ChannelCommonEvent> get onlineNotification =>
_platform.onlineNotification;