didPopNext method

  1. @protected
  2. @mustCallSuper
void didPopNext(
  1. 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) { }