menu
messenger
ui/page/home/introduction/controller.dart
IntroductionController
profiles property
profiles
dark_mode
light_mode
profiles
property
RxList
<
MyUser
>
get
profiles
Returns the reactive list of known
MyUser
s.
Implementation
RxList<MyUser> get profiles => _authService.profiles;
messenger
controller
IntroductionController
profiles property
IntroductionController class