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