resetUpdatedConsent static method

void resetUpdatedConsent()

Unstages any pending consent. For example, if a user closes out of a preference center without hitting save, this should be called to clear out the choices they made in order to abandon them

Implementation

static void resetUpdatedConsent() {
  _channel.invokeMethod("resetUpdatedConsent");
}