didPopNext method

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

The given route, which was above this one, has been popped off the navigator.

Implementation

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