Stream of unload
events handled by this BodyElement.
Source
@DomName('HTMLBodyElement.onunload') @DocsEditable() ElementStream<Event> get onUnload => unloadEvent.forElement(this);
Stream of unload
events handled by this BodyElement.
@DomName('HTMLBodyElement.onunload') @DocsEditable() ElementStream<Event> get onUnload => unloadEvent.forElement(this);