onPageShow 属性

Stream<Event> onPageShow

由此 Window 处理的 pageshow 事件流。

实现

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