getVersionString method

Future<String> getVersionString()

Gets the version string of Google Mobile Ads SDK.

Implementation

Future<String> getVersionString() {
  return instanceManager.getVersionString();
}