menu
messenger
ui/page/call/search/controller.dart
SearchController
selectedChats property
selectedChats
dark_mode
light_mode
selectedChats
property
RxList
<
RxChat
>
selectedChats
final
Reactive list of the selected
Chat
s.
Implementation
final RxList<RxChat> selectedChats = RxList<RxChat>([]);
messenger
controller
SearchController
selectedChats property
SearchController class