removeItem method

void removeItem(
  1. int index
)

Implementation

void removeItem(int index) {
  _helper.removeItem(index);
}