Removes a range of elements from the set
Sync CollectiveList returns void Async CollectiveList returns Future<void>
Future<void>
removeRange(int start, int end);