OnConversationGroupCreated typedef
OnConversationGroupCreated =
void Function(String groupName, List<V2TimConversation> conversationList)
Implementation
typedef OnConversationGroupCreated = void Function(
String groupName, List<V2TimConversation> conversationList);