removeRoute method

void removeRoute(
  1. RouteData route, {
  2. bool notify = true,
})

Implementation

void removeRoute(RouteData route, {bool notify = true}) {
  _removeRoute(route._match, notify: notify);
}