putAdvertisingId method

void putAdvertisingId(
  1. String advertisingId
)

Sets the advertising identifier for the device.

Use this API to manually set the device's advertising identifier.

advertisingId - The device's advertising identifier (IDFA on iOS, GAID on Android).

Implementation

void putAdvertisingId(String advertisingId) {
  throw UnimplementedError(
      'putAdvertisingId(String advertisingId) has not been implemented.');
}