PathUrlStrategy constructor Null safety

PathUrlStrategy(
  1. [PlatformLocation? platformLocation]
)

Creates an instance of PathUrlStrategy.

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

Implementation

PathUrlStrategy([super.platformLocation]);