push method

void push(
  1. BolterRoute route
)

Implementation

void push(BolterRoute route) {
  _routesCache.clear();
  routes.add(route);
}