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