Replace the current route matches with the location.
location
void go(String location, {Object? extra}) { _setValue( location, RouteInformationState<void>( extra: extra, type: NavigatingType.go, ), ); }