SebAdsConfig constructor
const
SebAdsConfig({})
Implementation
const SebAdsConfig({
required this.appId,
required this.endpoint,
required this.timeout,
required this.maxRetry,
required this.prefetchInterval,
});