resetConsent static method

Future<void> resetConsent()

Deletes all local data saved about the CMP. Next time the CMP is asked if it needs to show or not, it will require showing since all consent that was previously given has been deleted.

Implementation

static Future<void> resetConsent() => R89SdkPlatformInterface.instance().resetConsent();