showInterstitial method
- String placement
override
Show interstitial. If auto load is enabled, no need to call loadInterstitial
Implementation
@override
Future<bool> showInterstitial(String placement) async {
await Future<void>.delayed(const Duration(seconds: 3));
return true;
}