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