show method
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');
}
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.
Future<void> show() async {
_channel.invokeMethod('show');
}