AuthController constructor

AuthController(
  1. AuthService _authService,
  2. UpgradeWorker _upgradeWorker
)

Implementation

AuthController(this._authService, this._upgradeWorker);