Replaces the provided from with the specified to in the current URL.
from
to
static void replaceState(String from, String to) { router.replace(from, to); }