getAllSessions method
Returns an unmodifiable copy of all in-memory sessions.
Implementation
List<AuthUserSession> getAllSessions() {
return List<AuthUserSession>.unmodifiable(_memorySessions);
}
Returns an unmodifiable copy of all in-memory sessions.
List<AuthUserSession> getAllSessions() {
return List<AuthUserSession>.unmodifiable(_memorySessions);
}