forward method
Navigates forwards in the browser history, if possible.
Implementation
void forward() {
_client.send(_handler.navigation.buildForwardRequest(),
_handler.navigation.parseForwardResponse);
}
Navigates forwards in the browser history, if possible.
void forward() {
_client.send(_handler.navigation.buildForwardRequest(),
_handler.navigation.parseForwardResponse);
}