menu
super_webview package
documentation
super_webview_method_channel.dart
MethodChannelPlatformWebViewController
canGoBack method
canGoBack method
dark_mode
light_mode
canGoBack
method
@
override
Future
<
bool
>
canGoBack
(
)
override
Implementation
@override Future<bool> canGoBack() async => await _channel.invokeMethod<bool>('canGoBack') ?? false;
super_webview package
documentation
super_webview_method_channel
MethodChannelPlatformWebViewController
canGoBack method
MethodChannelPlatformWebViewController class