HomeController constructor

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

Implementation

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