show method
Displays this on top of the application.
Set fullScreenContentCallback before calling this method to be notified of events that occur when showing the ad.
Implementation
Future<void> show() {
return instanceManager.showAdWithoutView(this);
}