AdCallerInterface constructor
AdCallerInterface({
- required dynamic onClose(),
- required dynamic onError(),
- required dynamic onStarted(),
- required dynamic onLoaded(),
- required dynamic onFailedToLoad(),
- dynamic onRewardSkip()?,
Implementation
AdCallerInterface({
required this.onClose,
required this.onError,
required this.onStarted,
required this.onLoaded,
required this.onFailedToLoad,
this.onRewardSkip,
});