canGoForward method

Future<bool> canGoForward()

Checks whether there's a forward history item.

Implementation

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