MobileAdListener typedef

MobileAdListener = (void Function(MobileAdEvent? event)?)

Signature for a MobileAd status change callback.

Implementation

typedef MobileAdListener = void Function(MobileAdEvent event);