Dart
dart:html
WindowEventHandlers
onPopState property
description
onPopState property
Stream
<
PopStateEvent
>
onPopState
Implementation
Stream<PopStateEvent>
get
onPopState => popStateEvent.forTarget(
this
);