removeRoute method

void removeRoute(
  1. Route route
)

Forwards execution to Navigator.removeRoute.

Implementation

void removeRoute(Route<dynamic> route) => state?.removeRoute(route);