onUnload 属性

Stream<Event> onUnload
覆盖

由本 Window 处理的 unload 事件流。

实现

Stream<Event> get onUnload => unloadEvent.forTarget(this);