setAutomaticAppleSearchAdsAttributionCollection static method

Future<void> setAutomaticAppleSearchAdsAttributionCollection(
  1. bool enabled
)

iOS only. Enable automatic collection of Apple Search Ad attribution. Disabled by default

Implementation

static Future<void> setAutomaticAppleSearchAdsAttributionCollection(
    bool enabled) async {
  return rc.Purchases.setDebugLogsEnabled(enabled);
}