removeCustomLabelPolicyLogo method

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

Implementation

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