appNamespace property

String appNamespace
final

Returns the namespace from the environment. Namespace is used to filter by an app's namespace from the secondary server.

Implementation

static final String appNamespace =
    _getEnvVar('NAMESPACE') ?? 'at_skeleton_app';