ChatWorker constructor
- ChatService _chatService,
- MyUserService _myUserService,
- NotificationService _notificationService
Implementation
ChatWorker(this._chatService, this._myUserService, this._notificationService);
ChatWorker(this._chatService, this._myUserService, this._notificationService);