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