clearGDPRConsent static method

  1. @Deprecated('Use `updateGDPRConsent(consentString: null)` instead')
Future<void> clearGDPRConsent()

Clears GDPR related data

Implementation

@Deprecated('Use `updateGDPRConsent(consentString: null)` instead')
static Future<void> clearGDPRConsent() =>
    FairBidInternal._channel.invokeMethod("clearGDPR");