onPopState property - Window class - dart:html library (original) (raw)

description

Stream<PopStateEvent> getonPopState

override

Stream of popstate events handled by this Window.

Implementation

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