34 public IAsyncRelayCommand<OnboardingStep> GoToStepCommand => this.Coordinator?.GoToStepCommand ??
new AsyncRelayCommand<OnboardingStep>(
_ => Task.CompletedTask);
A base class for all view models, inheriting from the BindableObject. NOTE: using this class requir...
OnboardingStep
Unified onboarding steps matching the registration journey.