ChatDataProvider constructor
- required ChatOverviewService chatService,
- required ChatUserService userService,
- required ChatDetailService messageService,
Implementation
ChatDataProvider({
required this.chatService,
required this.userService,
required this.messageService,
}) : super(token: _token);