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