isInterstitialLoaded static method

Future<bool?> isInterstitialLoaded(
  1. AppLovinListener listener
)

Implementation

static Future<bool?> isInterstitialLoaded(AppLovinListener listener) async {
  return await _channel.invokeMethod('IsInterLoaded');
}