removeAt method

void removeAt(
  1. int index
)

Removes layer by its index from collections

Implementation

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