AiutaTryOnToggles constructor
AiutaTryOnToggles({
- required bool isBackgroundExecutionAllowed,
Creates an AiutaTryOnToggles with the required isBackgroundExecutionAllowed
to configure if the try-on feature can be executed in the background after
the user closes the SDK while the try-on is being generated.
Implementation
AiutaTryOnToggles({
required this.isBackgroundExecutionAllowed,
});