windowLocationReplace static method

void windowLocationReplace(
  1. String url
)

Replaces the current browser history entry with url. No-op on non-web.

Implementation

static void windowLocationReplace(String url) =>
    impl.windowLocationReplace(url);