loadAd method

Future<void> loadAd()

Implementation

Future<void> loadAd() async {
  return _channel.invokeMethod('loadAd');
}