getAsInline method
Implementation
Attachment getAsInline(String key) {
var attachment = _getAttachment()
..location = Location.inline
..cid = '<$key>';
attachment.additionalHeaders['X-Attachment-Id'] = key;
return attachment;
}
Attachment getAsInline(String key) {
var attachment = _getAttachment()
..location = Location.inline
..cid = '<$key>';
attachment.additionalHeaders['X-Attachment-Id'] = key;
return attachment;
}