enableAppOpenAd method
Enables app-open ads.
Registers a WidgetsBindingObserver that automatically shows an app-open ad when the app returns to foreground.
Does nothing if AdConfig.appOpenId is null.
Implementation
@override
void enableAppOpenAd() {
enableAppOpenAdCallCount++;
}