updateAttachments abstract method
- 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);
Updates the Attachments of the specified item
to be up-to-date.
Intended to be used to update the StorageFile.relativeRef links.
Future<void> updateAttachments(ChatItem item);