updateLicense method
ResponseFuture<StatusResponse>
updateLicense(
- UpdateLicenseRequest request, {
- 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);
}