keysExist method

ResponseFuture<KeysExistResponse_> keysExist(
  1. KeysExistRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.KeysExistResponse_> keysExist(
    $0.KeysExistRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$keysExist, request, options: options);
}