remove method

*<Null safety>*

bool remove (Set<E> component)

Implementation

bool remove(Set<E> component) => _sets.remove(component);