updateLicense method

ResponseFuture<StatusResponse> updateLicense(
  1. UpdateLicenseRequest request, {
  2. CallOptions? options,
})

/ Update an existing license by licenseId.

Implementation

$grpc.ResponseFuture<$2.StatusResponse> updateLicense(
  $0.UpdateLicenseRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateLicense, request, options: options);
}