reload function

void reload()

Reloads the current browser page.

Implementation

void reload() {
  navigation.reload();
}