menu
flint_dart package
documentation
session.dart
CookieService
get static method
get static method
dark_mode
light_mode
get
static method
String
?
get
(
String
name
)
Get a cookie
Implementation
static String? get(String name) { return _request.cookies[name]; }
flint_dart package
documentation
session
CookieService
get static method
CookieService class