HomeController constructor
- AuthService _auth,
- MyUserService _myUserService,
- AbstractSettingsRepository _settings, {
- bool signedUp = false,
- ChatDirectLinkSlug? link,
- BuildContext? context,
Implementation
HomeController(
this._auth,
this._myUserService,
this._settings, {
this.signedUp = false,
this.link,
this.context,
});