menu
messenger
domain/repository/chat.dart
AbstractChatRepository
hideChat abstract method
hideChat
dark_mode
light_mode
hideChat
abstract method
Future
<
void
>
hideChat
(
ChatId
id
)
Marks the specified
Chat
as hidden for the authenticated
MyUser
.
Implementation
Future<void> hideChat(ChatId id);
messenger
chat
AbstractChatRepository
hideChat abstract method
AbstractChatRepository class