getAppId static method

Future<String> getAppId()

Obtains the app ID.

Implementation

static Future<String> getAppId() async {
  return await _josAppChannel.invokeMethod(
    'JosAppsClient.getAppId',
  );
}