contacts property
Returns the current reactive map of all RxChatContacts available.
Implementation
RxObsMap<ChatContactId, RxChatContact> get contacts =>
_contactRepository.contacts;
Returns the current reactive map of all RxChatContacts available.
RxObsMap<ChatContactId, RxChatContact> get contacts =>
_contactRepository.contacts;