AiutaOnboardingFeatureDataProviderCustom

Custom implementation of the AiutaOnboardingFeatureDataProvider interface. Provides logic for managing the onboarding process state.

Properties

Link copied to clipboard
abstract val isOnboardingCompleted: StateFlow<Boolean>

A StateFlow that emits the completion status of the onboarding process. Emits true if the onboarding process is completed, otherwise false.

Functions

Link copied to clipboard
abstract suspend fun completeOnboarding()

Marks the onboarding process as completed. This method should be called when the onboarding process is successfully finished.