menu
super_webview package
documentation
super_webview_method_channel.dart
MethodChannelPlatformWebViewController
takeScreenshot method
takeScreenshot method
dark_mode
light_mode
takeScreenshot
method
@
override
Future
<
Uint8List
?
>
takeScreenshot
(
)
override
Implementation
@override Future<Uint8List?> takeScreenshot() => _channel.invokeMethod<Uint8List>('takeScreenshot');
super_webview package
documentation
super_webview_method_channel
MethodChannelPlatformWebViewController
takeScreenshot method
MethodChannelPlatformWebViewController class