removeCookie static method
void
removeCookie()
Implementation
static void removeCookie() async{
final prefs = await SharedPreferences.getInstance();
prefs.remove('co.datadome.cookie');
lastCookieValue = "";
}