onpopstate function

Attribute<OnpopstateAttr> onpopstate(
  1. String value
)

Implementation

Attribute<OnpopstateAttr> onpopstate(String value) {
  return Attribute('onpopstate', value);
}