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