canGoBack method

Future<bool> canGoBack()

Checks if webview can navigate back

Implementation

Future<bool> canGoBack() async => await _channel.invokeMethod('canGoBack');