menu
webview_universal package
documentation
webview_desktop/src/webview.dart
Webview
evaluateJavaScript abstract method
evaluateJavaScript abstract method
dark_mode
light_mode
evaluateJavaScript
abstract method
Future
<
String
?
>
evaluateJavaScript
(
String
javaScript
)
evaluate JavaScript in the web view.
Implementation
Future<String?> evaluateJavaScript(String javaScript);
webview_universal package
documentation
webview_desktop/src/webview
Webview
evaluateJavaScript abstract method
Webview class