menu
messenger
domain/repository/chat.dart
AbstractChatRepository
resendChatItem abstract method
resendChatItem
dark_mode
light_mode
resendChatItem
abstract method
Future
<
void
>
resendChatItem
(
ChatItem
item
)
Resends the specified
item
.
Implementation
Future<void> resendChatItem(ChatItem item);
messenger
chat
AbstractChatRepository
resendChatItem abstract method
AbstractChatRepository class