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