pushState abstract method
Adds a new entry to the browser history stack.
Implementation
void pushState(Object? state, String title, String url);
Adds a new entry to the browser history stack.
void pushState(Object? state, String title, String url);