OnboardingService constructor

OnboardingService(
  1. SpotlightService spotlight
)

Creates an OnboardingService with the given spotlight service.

Implementation

OnboardingService(this.spotlight);