setPathUrlStrategy static method

void setPathUrlStrategy()

Change the strategy to use for handling browser URL to PathUrlStrategy.

PathUrlStrategy uses the browser URL's pathname to represent Beamer's route name.

Implementation

static void setPathUrlStrategy() => url_strategy.setPathUrlStrategy();