menu
khadem package
documentation
http.dart
Request
hasSessionValue method
hasSessionValue method
dark_mode
light_mode
hasSessionValue
method
bool
hasSessionValue
(
String
key
)
Checks if session key exists
Implementation
bool hasSessionValue(String key) => _session.has(key);
khadem package
documentation
http
Request
hasSessionValue method
Request class