Dart
dart:html
WindowEventHandlers
onOffline property
description
onOffline property
Stream
<
Event
>
onOffline
Implementation
Stream<Event>
get
onOffline => offlineEvent.forTarget(
this
);