Reads a UTF-8 text file.
@override Future<Result<String, FileError>> readTextFile(String path) => _fs.readTextFile(path);