loadAd method

Future<bool?> loadAd()

Implementation

Future<bool?> loadAd() async {
  return await _channel.invokeMethod(
    'loadAd',
  );
}