never-displayed
View discussion in a popup
I found this in the documentation:
sub list {
my ($self, %args) = @_;
return $self->invoke(method_name => 'list', method_args => {});
}