reload method

void reload()

Reloads the current browser page.

Implementation

void reload() {
  web.window.location.reload();
}