ContactsTabController constructor
- ChatService _chatService,
- ContactService _contactService,
- CallService _calls,
- UserService _userService,
- MyUserService _myUserService,
Implementation
ContactsTabController(
this._chatService,
this._contactService,
this._calls,
this._userService,
this._myUserService,
);