Reads the bytes of the file at relativePath.
relativePath
@override Future<List<int>> readBytes(String relativePath) => _rpc.read(relativePath);