CallService constructor
- AuthService _authService,
- ChatService _chatService,
- AbstractCallRepository _callRepository
Implementation
CallService(this._authService, this._chatService, this._callRepository);
CallService(this._authService, this._chatService, this._callRepository);