removeAll abstract method

List removeAll(
  1. dynamic locator
)

Removes all component references that match the specified locator.

  • locator the locator to remove references by. Returns a list, containing all removed references.

Implementation

List removeAll(locator);