Async removes the element at index.
index
@override Future<void> removeAt(int index) async { return Future<void>(() => _collective.removeAt(index)); }