dispatchConsentChange method
Implementation
void dispatchConsentChange(ConsentPreferences preferences) {
for (final p in allPlugins()) p.onConsentChange(preferences);
}
void dispatchConsentChange(ConsentPreferences preferences) {
for (final p in allPlugins()) p.onConsentChange(preferences);
}