atomicAddInt abstract method

Future<AtomicIntResponse> atomicAddInt(
  1. ServiceCall call,
  2. AtomicIntRequest request
)

Implementation

$async.Future<$0.AtomicIntResponse> atomicAddInt(
    $grpc.ServiceCall call, $0.AtomicIntRequest request);