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