onHashChange 属性

Stream<Event> onHashChange
重写

Window 处理的 hashchange 事件流。

实现

Stream<Event> get onHashChange => hashChangeEvent.forTarget(this);