menu
messenger
domain/repository/session.dart
AbstractSessionRepository
sessions property
sessions
dark_mode
light_mode
sessions
property
RxList
<
RxSession
>
get
sessions
Returns the reactive list of active
Session
s.
Implementation
RxList<RxSession> get sessions;
messenger
session
AbstractSessionRepository
sessions property
AbstractSessionRepository class