AccountsSwitcherController constructor

AccountsSwitcherController(
  1. MyUserService _myUserService,
  2. AuthService _authService
)

Implementation

AccountsSwitcherController(this._myUserService, this._authService);