onPopState属性

Stream<PopStateEvent> onPopState
覆盖

Window处理的popstate事件的流。

实现

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