replaceState abstract method
Replaces the current entry in the browser history stack.
See:
Implementation
void replaceState(Object? state, String title, String url);
Replaces the current entry in the browser history stack.
See:
Implementation
void replaceState(Object? state, String title, String url);