menu
messenger
ui/page/call/search/controller.dart
SearchController
chats property
chats
dark_mode
light_mode
chats
property
RxMap
<
ChatId
,
RxChat
>
chats
final
Chat
s found under the
SearchCategory.chat
category.
Implementation
final RxMap<ChatId, RxChat> chats = RxMap();
messenger
controller
SearchController
chats property
SearchController class