IntroductionController constructor

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

Implementation

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