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