ContactsTabController constructor

ContactsTabController(
  1. ChatService _chatService,
  2. ContactService _contactService,
  3. CallService _calls,
  4. UserService _userService,
  5. MyUserService _myUserService,
)

Implementation

ContactsTabController(
  this._chatService,
  this._contactService,
  this._calls,
  this._userService,
  this._myUserService,
);