clearInlineSlots method

void clearInlineSlots()

Implementation

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