onOffline 属性

Stream<Event> onOffline
覆盖

由这个 Window 处理的 offline 事件的 Stream

实现

Stream<Event> get onOffline => offlineEvent.forTarget(this);