contacts property

RxObsMap<ChatContactId, RxChatContact> get contacts

Returns the current reactive map of all RxChatContacts available.

Implementation

RxObsMap<ChatContactId, RxChatContact> get contacts =>
    _contactRepository.contacts;