Skip to content

How to get a file from XmlDocument ? #159

Answered by renggli
ben55j asked this question in Q&A
Discussion options

You must be logged in to vote

See the documentation on how to read and write files, i.e.

final file = new File('filename.txt');
final stream = await file.writeAsString(document.toString());

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by renggli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants