urlStrategy top-level property Null safety
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 => _urlStrategy;