deleteFriendGroup method
删除好友分组
Implementation
Future<V2TimCallback> deleteFriendGroup({
required List<String> groupNameList,
}) async {
return ImFlutterPlatform.instance
.deleteFriendGroup(groupNameList: groupNameList);
}
删除好友分组
Future<V2TimCallback> deleteFriendGroup({
required List<String> groupNameList,
}) async {
return ImFlutterPlatform.instance
.deleteFriendGroup(groupNameList: groupNameList);
}