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