goForward method

Future<void> goForward()

Navigates forward on the Webview.

Implementation

Future<void> goForward() async => await _channel.invokeMethod('forward');