sessions property

RxList<RxSession>? get sessions

Returns the Sessions known to this device, if any.

Implementation

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