didPop method

void didPop(
  1. Route route,
  2. Route? previousRoute
)

The Navigator popped route.

The route immediately below that one, and thus the newly active route, is previousRoute.

Implementation

void didPop(Route<dynamic> route, Route<dynamic>? previousRoute) { }