resetConsentInformation method

Future<void> resetConsentInformation()

Implementation

Future<void> resetConsentInformation() async {
  if (kDebugMode) {
    ConsentInformation.instance.reset();
  }
}