encodeXmlUint8ListValue function
Implementation
XmlElement encodeXmlUint8ListValue(String name, Uint8List value) {
return encodeXmlStringValue(name, base64.encode(value));
}
XmlElement encodeXmlUint8ListValue(String name, Uint8List value) {
return encodeXmlStringValue(name, base64.encode(value));
}