Supply the new route
static bool newRoute(String? path) { // final next = _this!._findPage(path); if (next) { nextPath(path); } return next; }