dispatchConsentChange method

void dispatchConsentChange(
  1. ConsentPreferences preferences
)

Implementation

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