onRemove method

void onRemove(
  1. T component
)

Implementation

void onRemove(T component) {
  components.remove(component);
}