insert method

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

Inserts an element at the specified index

Sync CollectiveList returns void Async CollectiveList returns Future<void>