LocalChatDetailService constructor
- required ChatOverviewService chatOverviewService,
Constructs a LocalChatDetailService instance.
chatOverviewService: The chat overview service.
Implementation
LocalChatDetailService({required this.chatOverviewService});