removeAt method

bool removeAt(
  1. int index
)
inherited

Removes the element at index.

Implementation

bool removeAt(int index) => remove(elementAt(index));