getDataDomeCookie method
Returns the DataDome cookie. The returned value should be a string representing the cookie with the datadome name and its value. Example: "datadome=xxxx"
Implementation
Future<String> getDataDomeCookie() async {
return DataDomeDio.getCookie();
}