Stream of popstate
events handled by this BodyElement.
Source
@DomName('HTMLBodyElement.onpopstate') @DocsEditable() ElementStream<PopStateEvent> get onPopState => popStateEvent.forElement(this);
Stream of popstate
events handled by this BodyElement.
@DomName('HTMLBodyElement.onpopstate') @DocsEditable() ElementStream<PopStateEvent> get onPopState => popStateEvent.forElement(this);