FastAdmobSplashAdService constructor

FastAdmobSplashAdService({
  1. FastAdInfo? adInfo,
})

Creates a new FastAdmobSplashAdService with the given adInfo.

Implementation

FastAdmobSplashAdService({this.adInfo}) {
  _logger = _manager.getLogger(_debugLabel);
}