showAvailableAd method

  1. @override
void showAvailableAd()
override

Implementation

@override
void showAvailableAd () {
  methodChannel.invokeMethod(SHOW_AVAILABLE_AD);
}