setAdvertisingIdentifier method
Sets or clears the advertising identifier used by the SDK.
Implementation
Future<dynamic> setAdvertisingIdentifier(String advertisingIdentifier) async {
return await _identity.setAdvertisingIdentifier(advertisingIdentifier);
}