onPopState property - Window class - dart:html library (original) (raw)
Stream<PopStateEvent> getonPopState
override
Stream of popstate
events handled by this Window.
Implementation
Stream<PopStateEvent> get onPopState => popStateEvent.forTarget(this);