Stream<Event> onUnload

Stream of unload events handled by this Window.

Source

@DomName('Window.onunload')
@DocsEditable()
Stream<Event> get onUnload => unloadEvent.forTarget(this);