consentUpdateHold property

Completer<void>? consentUpdateHold
getter/setter pair

If set, requestConsentInfoUpdate awaits this before completing — leave it incomplete to simulate a hanging network call.

Implementation

Completer<void>? consentUpdateHold;