CallService constructor

CallService(
  1. AuthService _authService,
  2. ChatService _chatService,
  3. AbstractCallRepository _callRepository
)

Implementation

CallService(this._authService, this._chatService, this._callRepository);