Decodes binary from the given text part.
part
static Uint8List decodeBinaryTextData(String part) => Uint8List.fromList(part.codeUnits);