removeAt method

E removeAt(
  1. int index
)

Implementation

E removeAt(int index) => update(() => _list.removeAt(index));