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