menu
darto package
documentation
cookie.dart
getCookie function
getCookie function
dark_mode
light_mode
getCookie
function
String
?
getCookie
(
Context
c
,
String
key
)
Implementation
String? getCookie(Context c, String key) { return getCookies(c)[key]; }
darto package
documentation
cookie
getCookie function
cookie library