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