sessions property

List<RemoteSessionInfo> get sessions

Active sessions.

Implementation

List<RemoteSessionInfo> get sessions => _sessions.values.toList();