Show an interstitial ad
static Future<bool> showInterstitial({required String adId}) async { return await _invokeMethod<bool>('showAd', {'adId': adId}) ?? false; }