canGoBack method

Future<bool> canGoBack()

Checks whether there's a back history item.

Implementation

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