onPageShow 属性

Stream<Event> onPageShow

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

实现

Stream<Event> get onPageShow => pageShowEvent.forTarget(this);