onUnload 属性

Stream<Event> onUnload
重写

由这个 Window 处理的 unload 事件的流。

实现

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