defaultAiutaFeatures
fun AiutaConfiguration.Builder.defaultAiutaFeatures(termsOfServiceUrl: String, cartHandler: AiutaTryOnCartFeatureHandler): AiutaConfiguration.Builder
Configures the default features for the Aiuta SDK.
This function sets up the default features including onboarding, consent, image picker, try-on, and share.
Return
The updated AiutaConfiguration.Builder instance.
Parameters
termsOfServiceUrl
The URL for the terms of service.
cartHandler
The handler for the try-on cart feature.