showInteractionAd method

Future<void> showInteractionAd()

Implementation

Future<void> showInteractionAd() async {
  await _channel.invokeMethod(KEY_METHOD_SHOW_INTERACTION_AD);
}