ChatsTabController constructor
- ChatService _chatService,
- CallService _callService,
- AuthService _authService,
- UserService _userService,
- ContactService _contactService,
- MyUserService _myUserService,
- SessionService _sessionService,
Implementation
ChatsTabController(
this._chatService,
this._callService,
this._authService,
this._userService,
this._contactService,
this._myUserService,
this._sessionService,
);