InterstitialAdClosed method
Implementation
@override
Future<void> InterstitialAdClosed() async {
try {
await methodChannel.invokeMethod('InterstitialAdClosed');
} on PlatformException catch (e) {
print("Failed to call InterstitialAdClosed: ${e.message}");
}
}