canGoForward method

Future<bool> canGoForward()

Returns a boolean value indicating whether the WebView can move forward.

Officially Supported Platforms/Implementations:

Implementation

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