Reads contents of file at path as a string.
path
@override String readString(String path) { return File(path).readAsStringSync(); }