remove method

void remove(
  1. dynamic indexOrElem
)

Implementation

void remove(indexOrElem) {
  content.remove(indexOrElem);
}