show method

Future<void> show()
inherited

Shows ad on top of the application.

Set an event listener before calling this method for callbacks about events that occur when an ad is displayed.

Implementation

Future<void> show() async {
  _channel.invokeMethod('show');
}