removeRouteNextFrame method

void removeRouteNextFrame(
  1. _RoutePathWithBuilder routeToShow
)

Implementation

void removeRouteNextFrame(_RoutePathWithBuilder routeToShow) =>
    scheduleMicrotask(() => _knownRoutes.remove(routeToShow.path));