deleteAttachment method

Future<void> deleteAttachment(
  1. Attachment attachment
)

Deletes the given attachment from this feature.

Parameters:

  • attachment — The attachment.

Return Value: A Future that has no return value.