To read XML from a file use the dart:io library: final file = new File('bookshelf.xml'); final document = XmlDocument.parse(file.
確定! 回上一頁