chats property

RxObsMap<ChatId, RxChat> get chats

Returns the current reactive map of all RxChats available.

Implementation

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