ChatWorker constructor

ChatWorker(
  1. ChatService _chatService,
  2. MyUserService _myUserService,
  3. NotificationService _notificationService
)

Implementation

ChatWorker(this._chatService, this._myUserService, this._notificationService);