writeAsXml method
Implementation
void writeAsXml(
XmlDocument xml, [
dynamic pathToFile,
bool pretty = false,
]) =>
writeAsText(xml.toXmlString(pretty: pretty));
void writeAsXml(
XmlDocument xml, [
dynamic pathToFile,
bool pretty = false,
]) =>
writeAsText(xml.toXmlString(pretty: pretty));