AccountsController constructor
- MyUserService _myUserService,
- AuthService _authService, {
- AccountsViewStage initial = AccountsViewStage.accounts,
Implementation
AccountsController(
this._myUserService,
this._authService, {
AccountsViewStage initial = AccountsViewStage.accounts,
}) : stage = Rx(initial);