createLicense_Pre method
Future<CreateLicenseResponse>
createLicense_Pre(
- ServiceCall call,
- Future<
CreateLicenseRequest> request
Implementation
$async.Future<$14.CreateLicenseResponse> createLicense_Pre($grpc.ServiceCall call, $async.Future<$14.CreateLicenseRequest> request) async {
return createLicense(call, await request);
}