clearSlots method

void clearSlots()

Clear all slots

Implementation

void clearSlots() {
  slots.clear();
}