Synchronously read the entire file contents as a String. Throws FileSystemException if the file does not exist.
FileSystemException
@override String readAsStringSync() { return file.readAsStringSync(); }