ConversationsController constructor

ConversationsController({
  1. required LoadingService loadingService,
})

Implementation

ConversationsController({required this.loadingService});