OnConsentFormDismissedListener typedef

OnConsentFormDismissedListener = void Function(FormError? formError)

Callback to be invoked when a consent form is dismissed.

An optional FormError is provided if an error occurred.

Implementation

typedef OnConsentFormDismissedListener = void Function(FormError? formError);