Stream of storage
events handled by this Window.
Source
@DomName('Window.onstorage') @DocsEditable() Stream<StorageEvent> get onStorage => storageEvent.forTarget(this);
Stream of storage
events handled by this Window.
@DomName('Window.onstorage') @DocsEditable() Stream<StorageEvent> get onStorage => storageEvent.forTarget(this);