clearSlots method

void clearSlots()

Implementation

void clearSlots() {
  _slotPayloads.clear();
  notifyListeners();
}