setGdprConsentGiven static method

dynamic setGdprConsentGiven(
  1. bool consentGiven
)

Implementation

static setGdprConsentGiven(bool consentGiven) {
  _channel
      .invokeMethod("setGdprConsentGiven", {"consentGiven": consentGiven});
}