LocalChatDetailService constructor

LocalChatDetailService({
  1. required ChatOverviewService chatOverviewService,
})

Constructs a LocalChatDetailService instance.

chatOverviewService: The chat overview service.

Implementation

LocalChatDetailService({required this.chatOverviewService});