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