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