onMount method

void onMount()

Implementation

void onMount() {
  _instance = this;
  window.onPopState.listen((_) => update());
}