FacebookAds class

Class contains logic that applies to the Google Mobile Ads SDK as a whole.

Right now, the only methods in it are used for initialization.

See instance.

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

initialize() Future<InitializationStatus>
Initializes the Google Mobile Ads SDK.
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

instance FacebookAds
Shared instance to initialize the AdMob SDK.
no setter