back method

void back()

Navigates backwards in the browser history, if possible.

Implementation

void back() {
  _client.send(_handler.navigation.buildBackRequest(),
      _handler.navigation.parseBackResponse);
}