profiles property

  1. @override
RxObsMap<UserId, Rx<MyUser>> profiles
final

Returns a reactive map of known MyUser profiles.

Note, that having a MyUser here doesn't mean that AbstractAuthRepository can sign into that account: it must also have non-stale Credentials.

Implementation

@override
final RxObsMap<UserId, Rx<MyUser>> profiles = RxObsMap();