setUTMSource static method

dynamic setUTMSource(
  1. String? utmSource
)

Set the UTM source of a user You can filter this value in your playout

Implementation

static setUTMSource(String? utmSource) {
  LinkFivePurchasesImpl().setUTMSource(utmSource);
}