setAge static method
- @Deprecated("Use CASMobileAds.targetingOptions.setAge(int age) instead")
- int age
Implementation
@Deprecated("Use CASMobileAds.targetingOptions.setAge(int age) instead")
static Future<void> setAge(int age) {
return CAS.targetingOptions.setAge(age);
}