deleteAttachments method

Future<void> deleteAttachments(
  1. List<Attachment> attachments
)

Deletes the given attachments from this feature.

Parameters:

Return Value: A Future that has no return value.