push abstract method

void push(
  1. Uri uri, {
  2. Object? state,
})

Adds a same-document history entry.

Implementation

void push(Uri uri, {Object? state});