canGoBack method

Future<bool> canGoBack()

Returns a boolean value indicating whether the WebView can move backward.

Officially Supported Platforms/Implementations:

Implementation

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