resetConsent method

  1. @override
Future<void> resetConsent()
override

Resets UMP consent state. Testing only — never call in production.

Implementation

@override
Future<void> resetConsent() async {
  resetConsentCalls++;
}