forward method
Navigates forwards in the browser history, if possible.
Implementation
Future<void> forward() => _client.send(
_handler.navigation.buildForwardRequest(),
_handler.navigation.parseForwardResponse);
Navigates forwards in the browser history, if possible.
Future<void> forward() => _client.send(
_handler.navigation.buildForwardRequest(),
_handler.navigation.parseForwardResponse);