ChatInfoController constructor
- ChatId chatId,
- ChatService _chatService,
- AuthService _authService,
- CallService _callService,
- MyUserService _myUserService,
- LinkService _linkService,
Implementation
ChatInfoController(
this.chatId,
this._chatService,
this._authService,
this._callService,
this._myUserService,
this._linkService,
);