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