menu
messenger
domain/repository/chat.dart
AbstractChatRepository
chats property
chats
dark_mode
light_mode
chats
property
RxObsMap
<
ChatId
,
RxChat
>
get
chats
Returns reactive map of all
RxChat
s stored.
Implementation
RxObsMap<ChatId, RxChat> get chats;
messenger
chat
AbstractChatRepository
chats property
AbstractChatRepository class