onboarding

DSL function for configuring the onboarding feature.

Example usage:

features {
onboarding {
howItWorksPage = howItWorksPage {
// Configure how it works page
}
strings = ...
shapes = ...
dataProvider = ...
}
}