setAdvertiserIDCollectionEnabled method
Implementation
@override
Future<void> setAdvertiserIDCollectionEnabled({
required bool isEnabled,
}) async {
_logDebug(
'setAdvertiserIDCollectionEnabled is a no-op on web. Use your consent '
'management flow with setAdvertiserTrackingEnabled instead.',
);
}