sortedSetLengthByScore method

ResponseFuture<SortedSetLengthByScoreResponse_> sortedSetLengthByScore(
  1. SortedSetLengthByScoreRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.SortedSetLengthByScoreResponse_>
    sortedSetLengthByScore($0.SortedSetLengthByScoreRequest_ request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$sortedSetLengthByScore, request,
      options: options);
}