Obtains the Application ID from the agconnect-services.json file.
static Future<String> get getAppID async { return await _methodChannel.invokeMethod( 'getAppId', ); }