sessions property
Returns a reactive map of all the active Credentials for accounts.
Accounts whose UserIds are present in this set are available for switching.
Implementation
RxMap<UserId, Rx<Credentials>> get sessions => _authService.accounts;
Returns a reactive map of all the active Credentials for accounts.
Accounts whose UserIds are present in this set are available for switching.
RxMap<UserId, Rx<Credentials>> get sessions => _authService.accounts;