setUnderAgeOfPromise method

Future<bool?> setUnderAgeOfPromise(
  1. bool ageOfPromise
)

Implementation

Future<bool?> setUnderAgeOfPromise(bool ageOfPromise) {
  return Ads.instance.channelConsent
      .invokeMethod('setUnderAgeOfPromise', {'ageOfPromise': ageOfPromise});
}