1. override
void onPopState(EventListener fn)

Source

@override
void onPopState(html.EventListener fn) {
  this._platformLocation.onPopState(fn);
  this._platformLocation.onHashChange(fn);
}