goForward method

Future<void> goForward()

Goes forward in the history of the WebView.

Supported Platforms/Implementations:

Implementation

Future<void> goForward() async {
  Map<String, dynamic> args = <String, dynamic>{};
  await _channel.invokeMethod('goForward', args);
}