replace abstract method

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

Replaces the current same-document history entry.

Implementation

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