decodeContentBinary method
Decodes the binary data of this part.
Implementation
Uint8List? decodeContentBinary() {
return mimeData?.decodeBinary(
_getLowerCaseHeaderValue('content-transfer-encoding'),
);
}
Decodes the binary data of this part.
Uint8List? decodeContentBinary() {
return mimeData?.decodeBinary(
_getLowerCaseHeaderValue('content-transfer-encoding'),
);
}