accounts property
Returns the Credentials of the available accounts.
Implementation
RxMap<UserId, Rx<Credentials>> get accounts => _auth.accounts;
Returns the Credentials of the available accounts.
RxMap<UserId, Rx<Credentials>> get accounts => _auth.accounts;