@DocsEditable(), @DomName('Window.onpopstate')
Stream of popstate
events handled by this Window.
Source
@DomName('Window.onpopstate')
@DocsEditable()
Stream<PopStateEvent> get onPopState => popStateEvent.forTarget(this);
Stream of popstate
events handled by this Window.
@DomName('Window.onpopstate')
@DocsEditable()
Stream<PopStateEvent> get onPopState => popStateEvent.forTarget(this);