menu
messenger
domain/service/auth.dart
AuthService
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 => _authRepository.profiles;
messenger
auth
AuthService
profiles property
AuthService class