howItWorksPage
inline fun AiutaOnboardingFeature.Builder.howItWorksPage(block: AiutaOnboardingHowItWorksPageFeature.Builder.() -> Unit): AiutaOnboardingFeature.Builder
DSL function for configuring the "How It Works" page in the onboarding flow.
Example usage:
onboarding {
howItWorksPage {
images = ...
strings = ...
}
}
Content copied to clipboard