FastAdmobSplashAdService constructor
FastAdmobSplashAdService({
- FastAdInfo? adInfo,
Creates a new FastAdmobSplashAdService with the given adInfo
.
Implementation
FastAdmobSplashAdService({this.adInfo}) {
_logger = _manager.getLogger(_debugLabel);
}