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