menu
flutter_api_bridge package
documentation
client/cookies/cookie_events.dart
CookieChangedEvent
CookieChangedEvent.new const constructor
CookieChangedEvent.new const constructor
dark_mode
light_mode
CookieChangedEvent
constructor
const
CookieChangedEvent
(
{
required
String
name
,
required
String
value
,
required
String
domain
,
})
Implementation
const CookieChangedEvent( {required this.name, required this.value, required this.domain});
flutter_api_bridge package
documentation
client/cookies/cookie_events
CookieChangedEvent
CookieChangedEvent.new const constructor
CookieChangedEvent class