menu
super_webview package
documentation
super_webview_platform_interface.dart
PlatformCookieManager
setCookie abstract method
setCookie abstract method
dark_mode
light_mode
setCookie
abstract method
Future
<
void
>
setCookie
(
Uri
url
,
String
value
, {
bool
?
isSecure
,
bool
?
isHttpOnly
,
String
?
sameSite
,
})
Implementation
Future<void> setCookie(Uri url, String value, {bool? isSecure, bool? isHttpOnly, String? sameSite});
super_webview package
documentation
super_webview_platform_interface
PlatformCookieManager
setCookie abstract method
PlatformCookieManager class