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