menu
khadem package
documentation
http.dart
CookieManager
getCookie static method
getCookie static method
dark_mode
light_mode
getCookie
static method
String
?
getCookie
(
HttpRequest
request
,
String
name
)
Implementation
static String? getCookie(HttpRequest request, String name) => Cookies(request).get(name);
khadem package
documentation
http
CookieManager
getCookie static method
CookieManager class