menu
Flutter
sync_io.dart
Cookie
Cookie constructor
Cookie
dark_mode
light_mode
Cookie
constructor
Cookie
(
String
?
name
,
String
?
value
, {
String
?
path
,
String
?
domain
,
bool
?
secure
,
DateTime
?
expiry
,
})
Implementation
Cookie( this.name, this.value, { this.path, this.domain, this.secure, this.expiry, });
Flutter
sync_io
Cookie
Cookie constructor
Cookie class
Cookies management controls