getNativeAds method

Future getNativeAds()

Implementation

Future getNativeAds() async {
  await methodChannel.invokeMethod<String>('getNativeAds');
}