checkExistence_Pre method
Future<DistributionProto_CheckExistenceResponse>
checkExistence_Pre(
- ServiceCall $call,
- Future<
DistributionProto_CheckExistenceRequest> $request
Implementation
$async.Future<$10.DistributionProto_CheckExistenceResponse> checkExistence_Pre($grpc.ServiceCall $call, $async.Future<$10.DistributionProto_CheckExistenceRequest> $request) async {
return checkExistence($call, await $request);
}