remove abstract method

dynamic remove(
  1. Object? value
)

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

Implementation

remove(Object? value);