updateAttachments method

  1. @override
Future<void> updateAttachments(
  1. ChatItem item
)
override

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

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

Implementation

@override
Future<void> updateAttachments(ChatItem item) async {}