sessions property

Iterable<Session> sessions

All active sessions

An Iterable of all the currently active sessions.

Implementation

Iterable<Session> get sessions => _allSessions.values;