goForward method

  1. @override
Future<void> goForward()
override

Goes forward in the history of this WebView.

If there is no forward history item this is a no-op.

Implementation

@override
Future<void> goForward() => _channel.invokeMethod<void>('goForward');