removeAt method

T removeAt(
  1. int index
)

Implementation

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