canGoForward method

  1. @override
Future<bool> canGoForward()

Checks whether there's a forward history item.

Implementation

@override
Future<bool> canGoForward() {
  return controller.canGoForward();
}