setDataDomeCookie method
Saves a DataDome cookie. The new value should be a string representing the cookie with its value and its attributes. Example: "datadome=xxxx; Max-Age=31536000; Domain=.yourdomain.com; Path=/; Secure; SameSite=Lax"
Implementation
void setDataDomeCookie(String newValue) {
DataDomeDio.storeCookie(newValue);
}