urlStrategy top-level property
Returns the present UrlStrategy for handling the browser URL.
In case null is returned, the browser integration has been manually disabled by setUrlStrategy.
Implementation
UrlStrategy? get urlStrategy => null;
Returns the present UrlStrategy for handling the browser URL.
In case null is returned, the browser integration has been manually disabled by setUrlStrategy.
UrlStrategy? get urlStrategy => null;