insert method

Object? insert(
  1. int index,
  2. E element
)
inherited

Inserts an element at the specified index

Sync CollectiveList returns void Async CollectiveList returns Future<void>