showFullScreenAds method

void showFullScreenAds({
  1. required dynamic onComplete(),
})

Implementation

void showFullScreenAds({required Function() onComplete}) {
  AdEngine().showFullScreen(context: this, onJobComplete: onComplete);
}