menu
neomage package
documentation
data/platform/remote_session.dart
RemoteSessionManager
getSession method
getSession method
dark_mode
light_mode
getSession
method
RemoteSession
?
getSession
(
String
id
)
Get an existing session.
Implementation
RemoteSession? getSession(String id) => _sessions[id];
neomage package
documentation
data/platform/remote_session
RemoteSessionManager
getSession method
RemoteSessionManager class