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