activeSessions property
List<RemoteSession>
get
activeSessions
All active sessions.
Implementation
List<RemoteSession> get activeSessions => _sessions.values.toList();
All active sessions.
List<RemoteSession> get activeSessions => _sessions.values.toList();