canGoForward method

Future<bool> canGoForward()

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

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<bool> canGoForward() => platform.canGoForward();