HashUrlStrategy constructor

const HashUrlStrategy(
  1. [PlatformLocation? _]
)

Creates an instance of HashUrlStrategy.

The PlatformLocation parameter is useful for testing to mock out browser integrations.

Implementation

const HashUrlStrategy([PlatformLocation? _]);