initialize method

Initializes the Google Mobile Ads SDK.

Call this method as early as possible after the app launches to reduce latency on the session's first ad request.

If this method is not called, the first ad request automatically initializes the Google Mobile Ads SDK.

Implementation

Future<InitializationStatus> initialize() {
  return instanceManager.initialize();
}