resetConsentForm static method

Future<void> resetConsentForm()

/ Allows user to reset GDPR consent.

Implementation

static Future<void> resetConsentForm() async {
  await ConsentInformation.instance.reset();
  _log('resetConsentForm: done');
}