ChatController constructor
ChatController( - ChatId id,
- ChatService _chatService,
- CallService _callService,
- AuthService _authService,
- UserService _userService,
- AbstractSettingsRepository _settingsRepository,
- ContactService _contactService,
- NotificationService _notificationService, {
- ChatItemId? itemId,
- BuildContext onContext()?,
})
Implementation
ChatController(
this.id,
this._chatService,
this._callService,
this._authService,
this._userService,
this._settingsRepository,
this._contactService,
this._notificationService, {
this.itemId,
this.onContext,
});