removeRoute method

void removeRoute(
  1. Route route
)

Implementation

void removeRoute(Route<dynamic> route) {
  return currentState.removeRoute(route);
}