setCreative static method

Future<void> setCreative(
  1. String creative
)

Subscriber attribute associated with the install ad creative for the user

creative Empty String or null will delete the subscriber attribute.

Implementation

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