checkExistence_Pre method

Implementation

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