removeCustomLabelPolicyFont method

ResponseFuture<RemoveCustomLabelPolicyFontResponse> removeCustomLabelPolicyFont(
  1. RemoveCustomLabelPolicyFontRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.RemoveCustomLabelPolicyFontResponse>
    removeCustomLabelPolicyFont($1.RemoveCustomLabelPolicyFontRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeCustomLabelPolicyFont, request,
      options: options);
}