listLength_Pre method
Implementation
$async.Future<$0.ListLengthResponse_> listLength_Pre($grpc.ServiceCall call,
$async.Future<$0.ListLengthRequest_> request) async {
return listLength(call, await request);
}
$async.Future<$0.ListLengthResponse_> listLength_Pre($grpc.ServiceCall call,
$async.Future<$0.ListLengthRequest_> request) async {
return listLength(call, await request);
}