completeOnboarding

abstract suspend fun completeOnboarding(mode: AiutaMode)

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

Parameters

mode

The AiutaMode whose onboarding has been completed.