HashHistory constructor
HashHistory({
- String? base,
- Window? window,
Creates a HashHistory that stores the route in location.hash.
If window is omitted, the default browser window is used.
Implementation
HashHistory({super.base, super.window});