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