createBinaryDataSignedURL method

ResponseFuture<CreateBinaryDataSignedURLResponse> createBinaryDataSignedURL(
  1. CreateBinaryDataSignedURLRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.CreateBinaryDataSignedURLResponse> createBinaryDataSignedURL($4.CreateBinaryDataSignedURLRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createBinaryDataSignedURL, request, options: options);
}