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