add method

void add(
  1. AppcastItem item
)

Implementation

void add(AppcastItem item) {
  items.add(item);
}