Dart
dart:html
GlobalEventHandlers
onPause property
description
onPause property
Stream
<
Event
>
onPause
Implementation
Stream<Event>
get
onPause => pauseEvent.forTarget(
this
);