sortedSetLengthByScore_Pre method
Future<SortedSetLengthByScoreResponse_>
sortedSetLengthByScore_Pre(
- ServiceCall call,
- Future<
SortedSetLengthByScoreRequest_> request
Implementation
$async.Future<$0.SortedSetLengthByScoreResponse_> sortedSetLengthByScore_Pre(
$grpc.ServiceCall call,
$async.Future<$0.SortedSetLengthByScoreRequest_> request) async {
return sortedSetLengthByScore(call, await request);
}