storageEvent top-level property
dynamic
get
storageEvent
A StorageEvent is sent to a window when a storage area it has access to is changed within the context of another document.
Implementation
_i2.dynamic get storageEvent => _i4.getProperty(
_self,
'StorageEvent',
);