deleteGroupAttributes method
Implementation
Future<V2TimCallback> deleteGroupAttributes({
required String groupID,
required List<String> keys,
}) async {
return V2TimCallback.fromBool(false, "invoke error");
}
Future<V2TimCallback> deleteGroupAttributes({
required String groupID,
required List<String> keys,
}) async {
return V2TimCallback.fromBool(false, "invoke error");
}