onStorage property

ElementStream<StorageEvent> onStorage
@DocsEditable(), @DomName('HTMLBodyElement.onstorage')

Stream of storage events handled by this BodyElement.

Implementation

@DomName('HTMLBodyElement.onstorage')
@DocsEditable()
ElementStream<StorageEvent> get onStorage => storageEvent.forElement(this);