showSplashAd method

  1. @override
Future<String?> showSplashAd(
  1. String adspotId
)

Implementation

@override
Future<String?> showSplashAd(String adspotId) {
  throw UnimplementedError('showSplashAd(String adspotId) has not been implemented.');
}