showAd method

Future showAd()

Implementation

Future showAd() async {
  return await _channel.invokeMethod('showAd', null);
}