paginated property

RxObsMap<ChatId, RxChat> get paginated

Returns the reactive map of the currently paginated RxChats.

Implementation

RxObsMap<ChatId, RxChat> get paginated => _chatRepository.paginated;