accounts property

Stream<List<MSALAccount>?> accounts

Implementation

Stream<List<MSALAccount>?> get accounts => _accountSubject.stream;