forward method

Future<void> forward()

Navigates forwards in the browser history, if possible.

Implementation

Future<void> forward() => _client.send(
    _handler.navigation.buildForwardRequest(),
    _handler.navigation.parseForwardResponse);