testAdUnitId property

  1. @Deprecated('Use test ad unit ids from the developer page while creating the ad.')
String testAdUnitId
final

Check out developer pages for Admob and AdManager for demo ad units that point to specific test creatives for each format.

Implementation

@Deprecated(
    'Use test ad unit ids from the developer page while creating the ad.')
static final String testAdUnitId = Platform.isAndroid
    ? 'ca-app-pub-3940256099942544/1033173712'
    : 'ca-app-pub-3940256099942544/4411468910';