Reads the UTF-8 contents of the file at path.
path
@override String readFile(String path) => File(path).readAsStringSync();