onPopState property

Stream<PopStateEvent> onPopState
override

Stream of popstate events handled by this Window.

Implementation

Stream<PopStateEvent> get onPopState => popStateEvent.forTarget(this);