canGoForward method

Future<bool> canGoForward()

Checks whether there's a forward history item.

Implementation

Future<bool> canGoForward() {
  return platform.canGoForward();
}