ChatsTabController constructor

ChatsTabController(
  1. ChatService _chatService,
  2. CallService _callService,
  3. AuthService _authService,
  4. UserService _userService,
  5. ContactService _contactService,
  6. MyUserService _myUserService,
  7. SessionService _sessionService,
)

Implementation

ChatsTabController(
  this._chatService,
  this._callService,
  this._authService,
  this._userService,
  this._contactService,
  this._myUserService,
  this._sessionService,
);