ConsentFlow.create constructor

ConsentFlow.create({
  1. String? privacyPolicyUrl,
  2. PrivacyGeography debugGeography = PrivacyGeography.unknown,
  3. OnConsentFlowDismissedCallback? onDismissed,
})

Create Consent Flow form to show.

Implementation

ConsentFlow.create({
  this.privacyPolicyUrl,
  this.debugGeography = PrivacyGeography.unknown,
  this.onDismissed,
});