onOnline 属性

Stream<Event> onOnline
重写

由该 Window 捕获的 online 事件流。

实现

Stream<Event> get onOnline => onlineEvent.forTarget(this);