setGoRouterPathUrlStrategy function

void setGoRouterPathUrlStrategy()

Implementation

void setGoRouterPathUrlStrategy() {
  // if you want to use hash urls, need to uncomment the import 'package:flutter_web_plugins/flutter_web_plugins.dart';
  // and uncomment the next line
  // setUrlStrategy(PathUrlStrategy());

}