atomicSubInt_Pre method

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

Implementation

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