onUnload property
override
Stream of unload
events handled by this Window.
Implementation
Stream<Event> get onUnload => unloadEvent.forTarget(this);
Stream of unload
events handled by this Window.
Stream<Event> get onUnload => unloadEvent.forTarget(this);