updateLicense_Pre method

Future<StatusResponse> updateLicense_Pre(
  1. ServiceCall call,
  2. Future<UpdateLicenseRequest> request
)

Implementation

$async.Future<$1.StatusResponse> updateLicense_Pre($grpc.ServiceCall call, $async.Future<$14.UpdateLicenseRequest> request) async {
  return updateLicense(call, await request);
}