onOffline 属性

Stream<Event> onOffline
覆盖

由该 Window 处理的 offline 事件流。

实现

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