removeCustomLabelPolicyLogo method

ResponseFuture<RemoveCustomLabelPolicyLogoResponse> removeCustomLabelPolicyLogo(
  1. RemoveCustomLabelPolicyLogoRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.RemoveCustomLabelPolicyLogoResponse> removeCustomLabelPolicyLogo($0.RemoveCustomLabelPolicyLogoRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeCustomLabelPolicyLogo, request, options: options);
}