CallWorker constructor

CallWorker(
  1. CallService _callService,
  2. ChatService _chatService,
  3. MyUserService _myUserService,
  4. NotificationService _notificationService,
  5. AuthService _authService,
  6. AbstractSettingsRepository _settingsRepository,
)

Implementation

CallWorker(
  this._callService,
  this._chatService,
  this._myUserService,
  this._notificationService,
  this._authService,
  this._settingsRepository,
);