AdCallback typedef
AdCallback =
void Function(String adType)
Callback for ad lifecycle events.
adType - The type of ad ('interstitial' or 'rewarded').
Implementation
typedef AdCallback = void Function(String adType);
Callback for ad lifecycle events.
adType - The type of ad ('interstitial' or 'rewarded').
typedef AdCallback = void Function(String adType);