PBMobileAds.setYearOfBirth constructor

PBMobileAds.setYearOfBirth(
  1. int yearOfBirth
)

Implementation

PBMobileAds.setYearOfBirth(int yearOfBirth) {
  _channel.invokeMethod("setYearOfBirth", yearOfBirth);
}