menu
dartian package
documentation
auth.dart
SessionGuard
getSession method
getSession method
dark_mode
light_mode
getSession
method
Session
?
getSession
(
String
sessionId
)
Get session by ID
Implementation
Session? getSession(String sessionId) { return _sessions[sessionId]; }
dartian package
documentation
auth
SessionGuard
getSession method
SessionGuard class