Read file using Dart
Read moreHow do I read a text file?
To read from a text file Use the ReadAllText method of the My. Computer. FileSystem object to read the contents of a text file into a string, supplying the path . The following example reads the contents of test.
Read more