Reads the file as raw bytes.
@override Future<Result<Uint8List, FileError>> readBinaryFile(String path) => _fs.readBinaryFile(path);