Removes the element at the specified index
index
Sync CollectiveList returns the removed element Async CollectiveList returns Future<E> if the element was removed
Future<E>
removeAt(int index);