parseXml method
Implementation
XmlDocument parseXml({
required String content,
required Window window,
String mime = 'text/xml',
}) {
return xml.parseXml(content, mime: mime);
}
XmlDocument parseXml({
required String content,
required Window window,
String mime = 'text/xml',
}) {
return xml.parseXml(content, mime: mime);
}