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