setGroupInfo method
修改群资料
参数: V2TimGroupInfo 群资料参数
Implementation
Future<V2TimCallback> setGroupInfo({
// required String groupID,
// String? groupType,
// String? groupName,
// String? notification,
// String? introduction,
// String? faceUrl,
// bool? isAllMuted,
// int? addOpt,
// Map<String, String>? customInfo,
required V2TimGroupInfo info,
}) async {
return ImFlutterPlatform.instance.setGroupInfo(info: info);
}