checkExistence_Pre method

Implementation

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