onPrivacyOptionsFormShown property

void Function()? onPrivacyOptionsFormShown
getter/setter pair

Invoked when showPrivacyOptionsForm runs (after the error knob) — mutate consent state here to simulate the user changing (or withdrawing) consent in the privacy-options form.

Implementation

void Function()? onPrivacyOptionsFormShown;