paginated property
Returns the reactive map of the currently paginated RxChatContacts.
Implementation
RxObsMap<ChatContactId, RxChatContact> get paginated =>
_contactRepository.paginated;
Returns the reactive map of the currently paginated RxChatContacts.
RxObsMap<ChatContactId, RxChatContact> get paginated =>
_contactRepository.paginated;