getCallCloseInterstitialAds method

Future getCallCloseInterstitialAds()

Implementation

Future getCallCloseInterstitialAds() async {
  try {
    return true;
  } on PlatformException catch (e) {
    if (kDebugMode) {
      print("Failed to get battery level: '${e.message}'.");
    }
    return true;
  }
}