onlineNotification property

Stream<ChannelCommonEvent> onlineNotification

在线通知事件回调 回调返回为ChannelCommonEvent的对象 可以根据事件类型获取对象中的特殊属性

Implementation

Stream<ChannelCommonEvent> get onlineNotification =>
    _platform.onlineNotification;