onpopstate property

EventHandlerNonNull<Event>? get onpopstate

Implementation

EventHandlerNonNull? get onpopstate =>
    js_util.getProperty(this, 'onpopstate');
set onpopstate (EventHandlerNonNull<Event>? newValue)

Implementation

set onpopstate(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onpopstate', newValue);
}