menu
messenger
domain/repository/chat.dart
AbstractChatRepository
remove abstract method
remove
dark_mode
light_mode
remove
abstract method
Future
<
void
>
remove
(
ChatId
id
)
Removes a
Chat
identified by the provided
id
from the
chats
.
Implementation
Future<void> remove(ChatId id);
messenger
chat
AbstractChatRepository
remove abstract method
AbstractChatRepository class