removeAt method

E removeAt(
  1. int index
)

Implementation

E removeAt(int index) => _safeList.removeAt(index);