canGoForward method
Checks whether there's a forward history item.
Note that this operation is asynchronous, and it is possible that the "canGoForward" state has changed by the time the future completed.
Implementation
Future<bool?> canGoForward() {
return _webViewPlatformController.canGoForward();
}