resetConsentForm static method
/ Allows user to reset GDPR consent.
Implementation
static Future<void> resetConsentForm() async {
await ConsentInformation.instance.reset();
_log('resetConsentForm: done');
}
/ Allows user to reset GDPR consent.
static Future<void> resetConsentForm() async {
await ConsentInformation.instance.reset();
_log('resetConsentForm: done');
}