UserController constructor
- UserId id,
- UserService _userService,
- ContactService _contactService,
- ChatService _chatService,
- CallService _callService,
Implementation
UserController(
this.id,
this._userService,
this._contactService,
this._chatService,
this._callService,
);