addSlot method

void addSlot(
  1. String placementKey,
  2. InAppPayload payload
)

Implementation

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