CallService constructor

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

Implementation

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