onstorage property

Implementation

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

Implementation

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