didPopNext method
- Route nextRoute
The given route, which was above this one, has been popped off the navigator.
This route is now the current route (isCurrent is now true), and there is no next route.
Implementation
@protected
@mustCallSuper
void didPopNext(Route<dynamic> nextRoute) { }