canGoForward method

  1. @override
Future<bool> canGoForward()

Checks whether there's a forward history item.

Implementation

@override
Future<bool> canGoForward() => _webView.canGoForward();