We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2087d58 commit 07e32dfCopy full SHA for 07e32df
lib/src/fixtures/remote_configs.dart
@@ -77,6 +77,11 @@ final remoteConfigsFixturesData = <RemoteConfig>[
77
bannerAdId: 'ca-app-pub-3940256099942544/6300978111',
78
interstitialAdId: 'ca-app-pub-3940256099942544/1033173712',
79
),
80
+ AdPlatformType.demo: AdPlatformIdentifiers(
81
+ nativeAdId: '_',
82
+ bannerAdId: '_',
83
+ interstitialAdId: '_',
84
+ ),
85
},
86
feedAdConfiguration: FeedAdConfiguration(
87
enabled: true,
0 commit comments