finalizeRoute method
Complete the lifecycle for a route that has been popped off the navigator.
Implementation
void finalizeRoute(Route<dynamic> route) => App.router.finalizeRoute(route);
Complete the lifecycle for a route that has been popped off the navigator.
void finalizeRoute(Route<dynamic> route) => App.router.finalizeRoute(route);