onOnline 属性

Stream<Event> onOnline
重写

由这个 Window 处理的 online 事件流。

实现

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