PathUrlStrategy constructor

const PathUrlStrategy(
  1. [PlatformLocation? _,
  2. bool __ = false]
)

Creates an instance of PathUrlStrategy.

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

Implementation

const PathUrlStrategy([PlatformLocation? _, bool __ = false,]);