menu
messenger
ui/page/home/accounts_switcher/controller.dart
AccountsSwitcherController
accounts property
accounts
dark_mode
light_mode
accounts
property
RxList
<
Rx
<
MyUser
>
>
accounts
final
Known
MyUser
accounts that can be displayed in view.
Implementation
final RxList<Rx<MyUser>> accounts = RxList();
messenger
controller
AccountsSwitcherController
accounts property
AccountsSwitcherController class