onOffline property - Window class - dart:html library (original) (raw)

description

Stream<Event> getonOffline

override

Stream of offline events handled by this Window.

Implementation

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