ChatService constructor

ChatService(
  1. AbstractChatRepository _chatRepository,
  2. AuthService _authService
)

Implementation

ChatService(this._chatRepository, this._authService);