sessions property

RxList<RxSession> get sessions

Returns the list of active RxSessions.

Implementation

RxList<RxSession> get sessions => _sessionService.sessions;