AdsConfig constructor
const
AdsConfig({
- required String clientId,
- List<
AdPlacement> placements = const [], - bool enabled = true,
Implementation
const AdsConfig({
required this.clientId,
this.placements = const [],
this.enabled = true,
});