Removes the specified element from the set
Sync CollectiveList returns bool if the element was removed Async CollectiveList returns Future<bool> if the element was removed
Future<bool>
remove(Object? value);