sortedSetIncrement_Pre method

Future<SortedSetIncrementResponse_> sortedSetIncrement_Pre(
  1. ServiceCall call,
  2. Future<SortedSetIncrementRequest_> request
)

Implementation

$async.Future<$0.SortedSetIncrementResponse_> sortedSetIncrement_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.SortedSetIncrementRequest_> request) async {
  return sortedSetIncrement(call, await request);
}