goForward method

Future<void> goForward()

Goes forward in the history of the WebView.

NOTE for Web: this method will have effect only if the iframe has the same origin.

Officially Supported Platforms/Implementations:

Implementation

Future<void> goForward() {
  throw UnimplementedError(
      'goForward is not implemented on the current platform');
}