menu
bytedesk_kefu package
documentation
ui/chat/provider/chat_thread_provider.dart
ChatThreadProvider
ChatThreadProvider.new const constructor
ChatThreadProvider.new const constructor
dark_mode
light_mode
ChatThreadProvider
constructor
const
ChatThreadProvider
(
{
Key
?
key
,
Thread
?
thread
,
String
?
title
,
})
Implementation
const ChatThreadProvider({Key? key, this.thread, this.title}) : super(key: key);
bytedesk_kefu package
documentation
ui/chat/provider/chat_thread_provider
ChatThreadProvider
ChatThreadProvider.new const constructor
ChatThreadProvider class