updateLicense_Pre method
Future<StatusResponse>
updateLicense_Pre(
- ServiceCall $call,
- Future<
UpdateLicenseRequest> $request
Implementation
$async.Future<$2.StatusResponse> updateLicense_Pre($grpc.ServiceCall $call,
$async.Future<$0.UpdateLicenseRequest> $request) async {
return updateLicense($call, await $request);
}