Future<String?> getWhyThisAd() async { String? whyThisAd = await _channel.invokeMethod("getWhyThisAd"); return whyThisAd; }