replaceState method Null safety
Replace the currently active history entry.
See: https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState
Implementation
external void replaceState(Object? state, String title, String url);
Replace the currently active history entry.
See: https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState
external void replaceState(Object? state, String title, String url);