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