show method

Future<void> show()
inherited

Shows the ad for placementId. The ad has to be available to make this work. See isAvailable.

Implementation

Future<void> show() => _sdk._show(_type, placementId);