IntroductionController constructor

IntroductionController(
  1. MyUserService _myUserService,
  2. LinkService _linkService, {
  3. IntroductionViewStage initial = IntroductionViewStage.oneTime,
})

Implementation

IntroductionController(
  this._myUserService,
  this._linkService, {
  IntroductionViewStage initial = IntroductionViewStage.oneTime,
}) : stage = Rx(initial);