back method

void back()

Moves one entry back in browser history.

Implementation

void back() {
  web.window.history.back();
}