reset method
void
reset()
Resets consent information (debug/testing only).
After resetting, the next requestConsent call will behave as if the user has never been asked for consent.
Implementation
void reset() {
// In production:
// ConsentInformation.instance.reset();
_status = ConsentStatus.unknown;
}