1. override
void didPush()

Called after install() when the route is pushed onto the navigator.

Source

@override
void didPush() {
  _animation.addStatusListener(_handleStatusChanged);
  _controller.forward();
  super.didPush();
}