sortedSetLength method

ResponseFuture<SortedSetLengthResponse_> sortedSetLength(
  1. SortedSetLengthRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.SortedSetLengthResponse_> sortedSetLength(
    $0.SortedSetLengthRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$sortedSetLength, request, options: options);
}