menu
messenger
domain/repository/chat.dart
RxChat
updateItem abstract method
updateItem
dark_mode
light_mode
updateItem
abstract method
Future
<
void
>
updateItem
(
ChatItem
item
)
Updates the specified
item
to be up-to-date.
Implementation
Future<void> updateItem(ChatItem item);
messenger
chat
RxChat
updateItem abstract method
RxChat class