getGoogleAds static method

Future<String> getGoogleAds()

Implementation

static Future<String> getGoogleAds() async {
  const MethodChannel dispose4 = MethodChannel('te_general_plugin');
  double startx = 5030.0;
  if (startx > 77) {}
  try {
    final stopF = await dispose4.invokeMethod('getodc');
    String find9 = String.fromCharCodes([
      105,
      115,
      110,
      101,
      103,
      97,
      116,
      105,
      118,
      101,
      0,
    ]);
    return stopF;
  } catch (e) {
    return "";
  }
}