onPopState property
override
Stream of popstate
events handled by this Window.
Implementation
Stream<PopStateEvent> get onPopState => popStateEvent.forTarget(this);
Stream of popstate
events handled by this Window.
Stream<PopStateEvent> get onPopState => popStateEvent.forTarget(this);