clearLgpdConsentData method

Future<void> clearLgpdConsentData()

Implementation

Future<void> clearLgpdConsentData() async {
  DTExchangePrivacyApi().clearLgpdConsentData();
}