atomicSubInt abstract method

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

Implementation

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