bool isValid(String location) { final uri = Uri.parse(location); final path = uri.path; return rootPage.getPageFromLocation(path) != null; }