remove method

  1. @internal
  2. @override
bool remove(
  1. Component component
)
override

Marked as internal, because the users shouldn't be able to remove elements from the ComponentSet directly, bypassing the normal lifecycle handling.

Implementation

@internal
@override
bool remove(Component component) => super.remove(component);