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. ChatItemId? itemId,
  9. BuildContext onContext()?,
})

Implementation

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