initialize static method
Initializes the Mobile Ads SDK.
Call this in the initState
method of your app widget.
Implementation
static Future<void> initialize() async {
await _channel.invokeMethod('initialize');
}
Initializes the Mobile Ads SDK.
Call this in the initState
method of your app widget.
static Future<void> initialize() async {
await _channel.invokeMethod('initialize');
}