removeAttachment method
Removes the specified attachment info
Implementation
void removeAttachment(AttachmentInfo info) {
_attachments.remove(info);
removePart(info.part);
}
Removes the specified attachment info
void removeAttachment(AttachmentInfo info) {
_attachments.remove(info);
removePart(info.part);
}