atomicAddInt_Pre method

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

Implementation

$async.Future<$0.AtomicIntResponse> atomicAddInt_Pre($grpc.ServiceCall call,
    $async.Future<$0.AtomicIntRequest> request) async {
  return atomicAddInt(call, await request);
}