updateUCPurposeConsent static method

void updateUCPurposeConsent(
  1. String purposeId,
  2. bool consentValue
)

Implementation

static void updateUCPurposeConsent(String purposeId, bool consentValue) {
  _channel.invokeMethod('updateUCPurposeConsent',
      {'forPurpose': purposeId, 'consentValue': consentValue});
}