menu
khadem package
documentation
contracts.dart
ISessionManager
getSessionValue abstract method
getSessionValue abstract method
dark_mode
light_mode
getSessionValue
abstract method
Future
getSessionValue
(
String
sessionId
,
String
key
)
Get session value
Implementation
Future<dynamic> getSessionValue(String sessionId, String key);
khadem package
documentation
contracts
ISessionManager
getSessionValue abstract method
ISessionManager class