deleteConversationGroup method
- {required String groupName}
Implementation
Future<V2TimCallback> deleteConversationGroup({
required String groupName,
}) async {
return V2TimCallback.fromBool(false, "invoke error");
}
Future<V2TimCallback> deleteConversationGroup({
required String groupName,
}) async {
return V2TimCallback.fromBool(false, "invoke error");
}