consent property
Feature for the consent screen (optional). If not provided, the consent will not be requested from the user. The consent can be embedded into the onboarding or displayed as a standalone page.
To embed the consent into the onboarding, use AiutaConsentEmbeddedIntoOnboardingFeature.
To display the consent as a standalone page, use AiutaConsentStandaloneOnboardingPageFeature to display as the last page of the onboarding if it is enabled, or as a separate page otherwise.
To display the consent as a standalone page in the bottom sheet over the image picker, when the user taps on the "Upload a photo" button, use AiutaConsentStandaloneImagePickerPageFeature.
Implementation
final AiutaConsentFeature? consent;