back method

Future<void> back()

Navigates backwards in the browser history, if possible.

Implementation

Future<void> back() => _client.send(_handler.navigation.buildBackRequest(),
    _handler.navigation.parseBackResponse);