isInterstitialReady static method
Implementation
static Future<dynamic> isInterstitialReady() async {
return await _channel.invokeMethod('isInterstitialReady');
}
static Future<dynamic> isInterstitialReady() async {
return await _channel.invokeMethod('isInterstitialReady');
}