readAsStringSync abstract method
Synchronously read the entire file contents as a String. Throws FileSystemException if the file does not exist.
Implementation
String readAsStringSync();
Synchronously read the entire file contents as a String. Throws FileSystemException if the file does not exist.
String readAsStringSync();