sessions property
All active sessions
An Iterable
of all the currently active sessions.
Implementation
Iterable<Session> get sessions => _allSessions.values;
All active sessions
An Iterable
of all the currently active sessions.
Iterable<Session> get sessions => _allSessions.values;