HomeView constructor
- Future<
ScopedDependencies?> _depsFactory(), { - Key? key,
- bool signedUp = false,
- ChatDirectLinkSlug? link,
Implementation
const HomeView(
this._depsFactory, {
super.key,
this.signedUp = false,
this.link,
});
const HomeView(
this._depsFactory, {
super.key,
this.signedUp = false,
this.link,
});