updateLicense_Pre method

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

Implementation

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