ChatController constructor

ChatController(
  1. ChatId id,
  2. ChatService _chatService,
  3. CallService _callService,
  4. AuthService _authService,
  5. UserService _userService,
  6. AbstractSettingsRepository _settingsRepository,
  7. ContactService _contactService,
  8. NotificationService _notificationService, {
  9. ChatItemId? itemId,
  10. BuildContext onContext()?,
})

Implementation

ChatController(
  this.id,
  this._chatService,
  this._callService,
  this._authService,
  this._userService,
  this._settingsRepository,
  this._contactService,
  this._notificationService, {
  this.itemId,
  this.onContext,
});