SourceNewchatlistController constructor

SourceNewchatlistController(
  1. ARMOYUServices service,
  2. List<Chat>? cachedChatList,
  3. dynamic onChatUpdated(
    1. List<Chat> updatedChat
    )?
)

Implementation

SourceNewchatlistController(
  this.service,
  this.cachedChatList,
  this.onChatUpdated,
);