removeSlot method

void removeSlot(
  1. Slot slot
)

Remove slot

Implementation

void removeSlot(Slot slot) {
  slots.remove(slot);
}