HomeController constructor

HomeController(
  1. AuthService _auth,
  2. MyUserService _myUserService,
  3. AbstractSettingsRepository _settings,
  4. UpgradeWorker _upgradeWorker, {
  5. DirectLinkSlug? link,
  6. BuildContext? context,
})

Implementation

HomeController(
  this._auth,
  this._myUserService,
  this._settings,
  this._upgradeWorker, {
  this.link,
  this.context,
});