addSlot method
Implementation
void addSlot(String placementKey, InAppPayload payload) {
_slotPayloads[placementKey] = payload;
notifyListeners();
}
void addSlot(String placementKey, InAppPayload payload) {
_slotPayloads[placementKey] = payload;
notifyListeners();
}