@override void setConsent(bool isConsent) { // Create the hit of consent Consent hitConsent = Consent(hasConsented: isConsent); // Send hit ... visitor.sendHit(hitConsent); }