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