ChatInfoController constructor

ChatInfoController(
  1. ChatId chatId,
  2. ChatService _chatService,
  3. AuthService _authService,
  4. CallService _callService,
  5. MyUserService _myUserService,
  6. AbstractSettingsRepository _settingsRepo,
)

Implementation

ChatInfoController(
  this.chatId,
  this._chatService,
  this._authService,
  this._callService,
  this._myUserService,
  this._settingsRepo,
);