menu
messenger
domain/repository/chat.dart
AbstractChatRepository
archived property
archived
dark_mode
light_mode
archived
property
Paginated
<
ChatId
,
RxChat
>
get
archived
Returns the
Paginated
of archived
RxChat
s.
Implementation
Paginated<ChatId, RxChat> get archived;
messenger
chat
AbstractChatRepository
archived property
AbstractChatRepository class