readOnePhoto method

ResponseFuture<ArticlePhotoPb> readOnePhoto(
  1. FindPhotoRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.ArticlePhotoPb> readOnePhoto(
  $0.FindPhotoRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$readOnePhoto, request, options: options);
}