sessions property

RxList<RxSession> get sessions

Returns the reactive list of active Sessions.

Implementation

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