checkExistence_Pre method
Future<LocalDistributionProto_CheckExistenceResponse>
checkExistence_Pre(
- ServiceCall $call,
- Future<
LocalDistributionProto_CheckExistenceRequest> $request
Implementation
$async.Future<$17.LocalDistributionProto_CheckExistenceResponse> checkExistence_Pre($grpc.ServiceCall $call, $async.Future<$17.LocalDistributionProto_CheckExistenceRequest> $request) async {
return checkExistence($call, await $request);
}