goUntil method
Implementation
RouteQueueEntry goUntil(String location, UntilFn test) {
_until(test, ignore: true);
return go(location);
}
RouteQueueEntry goUntil(String location, UntilFn test) {
_until(test, ignore: true);
return go(location);
}