Future<void> setAdvertiserIDCollectionEnabled( {required bool isEnabled}) async { await api.setAdvertiserIDCollectionEnabled(isEnabled); }