abstract class OnboardingRepository { /// Returns true when the user accepted the onboarding agreement Future isOnboarded(); /// Sets the onboarding completion flag Future setOnboarded(bool value); }