Triggers RouterProps.onBack.
Prefetch a content of a route matched by a location and content of its ancestors.
A location or route.
true
if the route was prefetched, or false
if there's no route in the router that matches the provided
location.
Triggers RouterProps.onPush with the requested location.
A location or route.
Triggers RouterProps.onReplace with the requested location.
A location or route.
Provides components a way to trigger router navigation.