updateItem abstract method

Future<void> updateItem(
  1. ChatItem item
)

Updates the specified item to be up-to-date.

Implementation

Future<void> updateItem(ChatItem item);