getAppID property

Future<String> getAppID

Obtains the Application ID from the agconnect-services.json file.

Implementation

static Future<String> get getAppID async {
  return await _methodChannel.invokeMethod(
    'getAppId',
  );
}