menu
webview_win_floating package
documentation
webview_win_floating_platform_interface.dart
WebviewWinFloatingPlatform
enableJavascript method
enableJavascript method
dark_mode
light_mode
enableJavascript
method
Future
<
void
>
enableJavascript
(
int
webviewId
,
bool
isEnable
)
Implementation
Future<void> enableJavascript(int webviewId, bool isEnable) { throw UnimplementedError(); }
webview_win_floating package
documentation
webview_win_floating_platform_interface
WebviewWinFloatingPlatform
enableJavascript method
WebviewWinFloatingPlatform class