onstorage property
dynamic Function(StorageEvent)?
get
onstorage
Implementation
_i2.dynamic Function(_i3.StorageEvent)? get onstorage =>
(_i3.StorageEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'onstorage',
),
r'call',
[
this,
p0,
],
);
set
onstorage
(dynamic value(StorageEvent)?)
Implementation
set onstorage(_i2.dynamic Function(_i3.StorageEvent)? value) {
_i4.setProperty(
this,
'onstorage',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}