menu
messenger
ui/page/home/page/my_profile/muted_chats/controller.dart
MutedChatsController
chats property
chats
dark_mode
light_mode
chats
property
RxMap
<
ChatId
,
RxChat
>
chats
final
Chat
s found being
Chat.muted
.
Implementation
final RxMap<ChatId, RxChat> chats = RxMap();
messenger
controller
MutedChatsController
chats property
MutedChatsController class