PlatformAdUnitId class
A pair of per-platform ad unit IDs.
Constructors
- PlatformAdUnitId({String? android, String? ios})
-
Creates a per-platform ad unit ID pair; leave a platform null if the
app does not ship there.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
AdPlatform platform) → String? -
The ID for
platform, or null if none was configured. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override