1. protected
  2. mustCallSuper
void didPopNext(Route nextRoute)

The given route, which came after this one, has been popped off the navigator.

Source

@protected
@mustCallSuper
void didPopNext(Route<dynamic> nextRoute) { }