AppsFlyerDestination constructor

AppsFlyerDestination({
  1. bool? trackAttributionData,
  2. bool? trackDeepLinks,
  3. required AppsflyerSdk appsFlyer,
})

Implementation

AppsFlyerDestination(
    {this.trackAttributionData, this.trackDeepLinks, required this.appsFlyer})
    : super("appsflyer");