@DocsEditable(), @DomName('Window.onhashchange')
Stream of hashchange
events handled by this Window.
Source
@DomName('Window.onhashchange')
@DocsEditable()
Stream<Event> get onHashChange => hashChangeEvent.forTarget(this);
Stream of hashchange
events handled by this Window.
@DomName('Window.onhashchange')
@DocsEditable()
Stream<Event> get onHashChange => hashChangeEvent.forTarget(this);