OnConsentFlowDismissedCallback typedef

OnConsentFlowDismissedCallback = void Function(int status)

The callback type for when a user earns a reward. Check status with ConsentFlow status constants.

Implementation

typedef OnConsentFlowDismissedCallback = void Function(int status);