setDataSampleAttachment abstract method
Add or update the attachment of a DataSample
Link an attachment or update the attachment of a data sample
Parameters:
Implementation
Future<Document?> setDataSampleAttachment(
String dataSampleId,
ByteStream body, {
String? documentName,
String? documentVersion,
String? documentExternalUuid,
String? documentLanguage,
});