goForward method

Future<Null> goForward()

Navigates forward on the Webview.

Implementation

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