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