menu
armoyu_widgets package
documentation
sources/chat/controllers/chatlist_controller.dart
SourceChatlistController
SourceChatlistController.new constructor
SourceChatlistController.new constructor
dark_mode
light_mode
SourceChatlistController
constructor
SourceChatlistController
(
{
required
ARMOYUServices
service
,
List
<
Chat
>
?
cachedChatList
,
dynamic
onChatUpdated
(
List
<
Chat
>
updatedChat
)?,
})
Implementation
SourceChatlistController({ required this.service, this.cachedChatList, this.onChatUpdated, });
armoyu_widgets package
documentation
sources/chat/controllers/chatlist_controller
SourceChatlistController
SourceChatlistController.new constructor
SourceChatlistController class