reload method

void reload()

Reloads the app or extension. This method is not supported in kiosk mode. For kiosk mode, use chrome.runtime.restart() method.

Implementation

void reload() {
  $js.chrome.runtime.reload();
}