sortedSetLengthByScore_Pre method

Future<SortedSetLengthByScoreResponse_> sortedSetLengthByScore_Pre(
  1. ServiceCall call,
  2. Future<SortedSetLengthByScoreRequest_> request
)

Implementation

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