menu
webview_all_cef package
documentation
webview_cef.dart
WebviewManager
removeWebView method
removeWebView method
dark_mode
light_mode
removeWebView
method
void
removeWebView
(
int
browserId
)
Implementation
void removeWebView(int browserId) { if (browserId > 0) { _webViews.remove(browserId); } }
webview_all_cef package
documentation
webview_cef
WebviewManager
removeWebView method
WebviewManager class