clearInlineSlots method

void clearInlineSlots()

Clears every inline slot across every placement.

Implementation

void clearInlineSlots() {
  _slotConfigs.clear();
  _slotPayloads.clear();
  notifyListeners();
}