downloadLabelByID method

ResponseFuture<StandardFile> downloadLabelByID(
  1. Identifier request, {
  2. CallOptions? options,
})

Download Label for the given Identifier

Implementation

$grpc.ResponseFuture<$1.StandardFile> downloadLabelByID(
  $1.Identifier request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$downloadLabelByID, request, options: options);
}