menu
session_shelf package
documentation
storage/session_storage.dart
SessionStorage
getSession abstract method
getSession abstract method
dark_mode
light_mode
getSession
abstract method
FutureOr
<
Session
?
>
getSession
(
String
sessionId
)
Implementation
FutureOr<Session?> getSession(String sessionId);
session_shelf package
documentation
storage/session_storage
SessionStorage
getSession abstract method
SessionStorage class