canGoBack method

  1. @override
Future<bool> canGoBack()

Checks whether there's a back history item.

Implementation

@override
Future<bool> canGoBack() => _webView.canGoBack();