getAd static method

Future<String> getAd()

Implementation

static Future<String> getAd() async {
  return await _channel.invokeMethod('getAd');
}