CallWorker constructor
- CallService _callService,
- ChatService _chatService,
- MyUserService _myUserService,
- NotificationService _notificationService,
- AuthService _authService,
- AbstractSettingsRepository _settingsRepository,
Implementation
CallWorker(
this._callService,
this._chatService,
this._myUserService,
this._notificationService,
this._authService,
this._settingsRepository,
);