show method

Future<void> show()

Display this on top of the application.

Implementation

Future<void> show() {
  return instanceManager.showAdWithoutView(this);
}