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