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