sortedSetLength_Pre method

Future<SortedSetLengthResponse_> sortedSetLength_Pre(
  1. ServiceCall call,
  2. Future<SortedSetLengthRequest_> request
)

Implementation

$async.Future<$0.SortedSetLengthResponse_> sortedSetLength_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.SortedSetLengthRequest_> request) async {
  return sortedSetLength(call, await request);
}