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