onHashChange property

Stream<Event> onHashChange
@DocsEditable(), @DomName('Window.onhashchange')

Stream of hashchange events handled by this Window.

Implementation

@DomName('Window.onhashchange')
@DocsEditable()
Stream<Event> get onHashChange => hashChangeEvent.forTarget(this);