AccountsController constructor

AccountsController(
  1. MyUserService _myUserService,
  2. AuthService _authService, {
  3. AccountsViewStage initial = AccountsViewStage.accounts,
})

Implementation

AccountsController(
  this._myUserService,
  this._authService, {
  AccountsViewStage initial = AccountsViewStage.accounts,
}) : stage = Rx(initial);