onstorage function

Attribute<OnstorageAttr> onstorage(
  1. String value
)

Implementation

Attribute<OnstorageAttr> onstorage(String value) {
  return Attribute('onstorage', value);
}