CookieBanner constructor

CookieBanner(
  1. String acceptedId
)

acceptedId: the Cookie where the decision should be saved

Implementation

CookieBanner(this.acceptedId);