usePathUrlStrategy function Null safety
Use the PathUrlStrategy to handle the browser URL.
Implementation
void usePathUrlStrategy() {
  setUrlStrategy(PathUrlStrategy());
}Use the PathUrlStrategy to handle the browser URL.
void usePathUrlStrategy() {
  setUrlStrategy(PathUrlStrategy());
}