setConsentFlowDebugUserGeography static method

void setConsentFlowDebugUserGeography(
  1. ConsentFlowUserGeography userGeography
)

Set debug user geography. You may use this to test CMP flow by setting this to ConsentFlowUserGeography.GDPR.

Implementation

static void setConsentFlowDebugUserGeography(ConsentFlowUserGeography userGeography) {
  channel.invokeMethod('setConsentFlowDebugUserGeography', {
    'value': userGeography.value,
  });
}