updateRoute method

void updateRoute()

Implementation

void updateRoute() {
  route = routeBuilder();
  route.popped.then((_) => updateRoute());
}