showSplashAd method

Future<bool> showSplashAd(
  1. String posId, {
  2. double fetchDelay = 3,
})

Implementation

Future<bool> showSplashAd(String posId,
    {String? logo, double fetchDelay = 3}) {
  throw UnimplementedError('showSplashAd() has not been implemented.');
}