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