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

description

ElementStream<PopStateEvent> getonPopState

override

Stream of popstate events handled by this BodyElement.

Implementation

ElementStream<PopStateEvent> get onPopState => popStateEvent.forElement(this);