menu
x5_webview_extension package
documentation
x5_webview.dart
X5WebViewController
canGoBack method
canGoBack method
dark_mode
light_mode
canGoBack
method
Future
<
bool
>
canGoBack
(
)
Implementation
Future<bool> canGoBack() async { return await _channel.invokeMethod('canGoBack'); }
x5_webview_extension package
documentation
x5_webview
X5WebViewController
canGoBack method
X5WebViewController class