AdSettings class

Constructors

AdSettings()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

assetKey Future<String?>
no setter
isChildDirected Future<bool>
no setter
isTestEnabled Future<bool>
no setter
maxAdContentRating Future<AdContentRating?>
no setter
userId Future<String?>
no setter

Static Methods

setChildDirected(bool enabled) Future<void>
setMaxAdContentRating(AdContentRating? rating) Future<void>
setTestEnabled(bool enabled) Future<void>
setUserId(String? userId) Future<void>

Constants

CHANNEL_AD_SETTINGS → const String