menu
tencent_cloud_chat_sdk
enum/callbacks.dart
OnNewConversation typedef
OnNewConversation
dark_mode
light_mode
OnNewConversation
typedef
OnNewConversation
=
void Function
(
List
<
V2TimConversation
>
conversationList
)
Implementation
typedef OnNewConversation = void Function( List<V2TimConversation> conversationList, );
tencent_cloud_chat_sdk
callbacks
OnNewConversation typedef
callbacks library