ConsentFlow.create constructor
ConsentFlow.create({
- String? privacyPolicyUrl,
- PrivacyGeography debugGeography = PrivacyGeography.unknown,
- OnConsentFlowDismissedCallback? onDismissed,
Create Consent Flow form to show.
Implementation
ConsentFlow.create({
this.privacyPolicyUrl,
this.debugGeography = PrivacyGeography.unknown,
this.onDismissed,
});