setAdGroup static method

Future<void> setAdGroup(
  1. String adGroup
)

Subscriber attribute associated with the install ad group for the user

adGroup Empty String or null will delete the subscriber attribute.

Implementation

static Future<void> setAdGroup(String adGroup) async {
  return rc.Purchases.setAdGroup(adGroup);
}