compareAndSwapLessInt method

ResponseFuture<AtomicIntResponse> compareAndSwapLessInt(
  1. AtomicIntRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.AtomicIntResponse> compareAndSwapLessInt(
    $0.AtomicIntRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$compareAndSwapLessInt, request, options: options);
}