windowLocationReplace static method
Replaces the current browser history entry with url. No-op on non-web.
Implementation
static void windowLocationReplace(String url) =>
impl.windowLocationReplace(url);
Replaces the current browser history entry with url. No-op on non-web.
static void windowLocationReplace(String url) =>
impl.windowLocationReplace(url);