menu
webview_win_floating package
documentation
webview_plugin.dart
WindowsPlatformWebViewController
setStatusBar method
setStatusBar method
dark_mode
light_mode
setStatusBar
method
Future
<
void
>
setStatusBar
(
bool
isEnable
)
Implementation
Future<void> setStatusBar(bool isEnable) { return controller.setStatusBar(isEnable); }
webview_win_floating package
documentation
webview_plugin
WindowsPlatformWebViewController
setStatusBar method
WindowsPlatformWebViewController class