remove abstract method

dynamic remove(
  1. Object? object
)

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

Implementation

remove(Object? object);