HomeController constructor

HomeController(
  1. AuthService _auth,
  2. MyUserService _myUserService,
  3. AbstractSettingsRepository _settings,
  4. UpgradeWorker _upgradeWorker, {
  5. bool signedUp = false,
  6. ChatDirectLinkSlug? link,
  7. BuildContext? context,
})

Implementation

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