show method

Future<void> show()

Implementation

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