back method Null safety
Navigates backwards in the browser history, if possible.
Implementation
void back() {
  _client.send(_handler.navigation.buildBackRequest(),
      _handler.navigation.parseBackResponse);
}Navigates backwards in the browser history, if possible.
void back() {
  _client.send(_handler.navigation.buildBackRequest(),
      _handler.navigation.parseBackResponse);
}