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