removeAll method

  1. @internal
  2. @override
Iterable<Component> removeAll(
  1. Iterable<Component> components
)
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
Iterable<Component> removeAll(Iterable<Component> components) =>
    super.removeAll(components);