Replaces the current browser history entry without reloading the page.
void replace(String url, {Object? state}) { navigation.replace(url, state: state); }