clearConsent static method

Future<void> clearConsent()

Clears user consents preferences.

This only clears local consent in SharedPreferences, all of the IABTCF SharedPreferences are erased.

Implementation

static Future<void> clearConsent() async {
  await _channel.invokeMethod('clearConsent');
}