deleteAttachments method

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

Deletes the given attachments from this feature.

Parameters:

  • attachments — A collection of Attachment. Contents of the which are copied.

Return Value: No value.