HomeView constructor

const HomeView(
  1. Future<ScopedDependencies?> _depsFactory(), {
  2. Key? key,
  3. bool signedUp = false,
  4. ChatDirectLinkSlug? link,
})

Implementation

const HomeView(
  this._depsFactory, {
  super.key,
  this.signedUp = false,
  this.link,
});