updateAttachment method
- Attachment attachmentInfo, {
- required String name,
- required String contentType,
- required Uint8List data,
Updates the given attachment of this feature.
Parameters:
attachmentInfo— Information describing the attachment.name— The attachment name.contentType— The type of content.data— The attachment data.
Return Value: A Future that has no return value.