updateAttachments abstract method

Future<void> updateAttachments(
  1. ChatItem item
)

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

Intended to be used to update the StorageFile.relativeRef links.

Implementation

Future<void> updateAttachments(ChatItem item);