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