pushState method

void pushState(
  1. JSAny? data,
  2. String unused, [
  3. String? url
])

The pushState() method of the History interface adds an entry to the browser's session history stack.

Implementation

external void pushState(
  JSAny? data,
  String unused, [
  String? url,
]);