removeRoute method

void removeRoute(
  1. Route route
)

Implementation

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