getCurrentAppId static method

String getCurrentAppId(
  1. BuildContext context
)

Implementation

static String getCurrentAppId(BuildContext context) {
  return getPageContextInfo(context).appId;
}