PBMobileAds.initialize constructor

PBMobileAds.initialize({
  1. bool testMode = false,
})

Implementation

PBMobileAds.initialize({bool testMode = false}) {
  _channel.invokeMethod('initialize', testMode);
}