menu
messenger
domain/repository/auth.dart
AbstractAuthRepository
profiles property
profiles
dark_mode
light_mode
profiles
property
RxList
<
MyUser
>
get
profiles
Returns the known
MyUser
profiles.
Implementation
RxList<MyUser> get profiles;
messenger
auth
AbstractAuthRepository
profiles property
AbstractAuthRepository class