canGoForward method

Future<bool> canGoForward()
inherited

Checks whether there's a forward history item.

Implementation

Future<bool> canGoForward() {
  throw UnimplementedError(
    'canGoForward is not implemented on the current platform',
  );
}