showSplashAd method

Future<void> showSplashAd({
  1. required String codeId,
})

Implementation

Future<void> showSplashAd({
  required String codeId,
}) {
  throw UnimplementedError('showSplashAd() has not been implemented.');
}