removeAt method

void removeAt(
  1. int index
)

Removes attachment at the specified index.

Implementation

void removeAt(int index) {
  _helper._doRemove(index: index);
}