canRequestAdsError property

AdFlowError? canRequestAdsError
getter/setter pair

If set, canRequestAds throws this instead of returning — models the production gateway's final canRequestAds() (which is outside its try/catch) failing, so a background _start can reject.

Implementation

AdFlowError? canRequestAdsError;