admobInterstitialId property
inherited
Implementation
@override
String get admobInterstitialId {
_$admobInterstitialIdAtom.reportRead();
return super.admobInterstitialId;
}
inherited
Implementation
@override
set admobInterstitialId(String value) {
_$admobInterstitialIdAtom.reportWrite(value, super.admobInterstitialId, () {
super.admobInterstitialId = value;
});
}